diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-24 09:05:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-24 09:05:36 -0500 |
commit | 46df263f42226987bb690371e1a5e87a978cc114 (patch) | |
tree | 0c3aaab9d49c30d315341eb6492d854e95c42df1 | |
parent | 846426f10779bc0c97b4755b901a8b58e5405e09 (diff) | |
download | python-coveragepy-git-46df263f42226987bb690371e1a5e87a978cc114.tar.gz |
Changes and Authors for Rodrigue Cloutier's multiprocessing on Windows fix.
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.rst | 3 |
2 files changed, 4 insertions, 0 deletions
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 |