From 46df263f42226987bb690371e1a5e87a978cc114 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 24 Dec 2015 09:05:36 -0500 Subject: Changes and Authors for Rodrigue Cloutier's multiprocessing on Windows fix. --- AUTHORS.txt | 1 + CHANGES.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index de3d6502..0033ec71 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -55,6 +55,7 @@ Noel O'Boyle Pablo Carballo Patrick Mezard Peter Portante +Rodrigue Cloutier Roger Hu Ross Lawley Sandra Martocchia diff --git a/CHANGES.rst b/CHANGES.rst index 76b71a5f..f578f291 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,9 @@ Unreleased and they will apply to the entire function or class being decorated. This implements the feature requested in `issue 131`_. +- Multiprocessing support is now available on Windows. Thanks, Rodrigue + Cloutier. + .. _issue 131: https://bitbucket.org/ned/coveragepy/issues/131/pragma-on-a-decorator-line-should-affect -- cgit v1.2.1