diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-31 06:33:24 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-31 06:33:24 -0500 |
| commit | 45700567d180d871a5fc7c9435ec5058e28e23cf (patch) | |
| tree | 8a8b5b01693520029c05c8f5afe30d0f78d3316f /CHANGES.txt | |
| parent | 3be0790dd8e844ddb597fd09e3d768cbca85ae43 (diff) | |
| download | python-coveragepy-45700567d180d871a5fc7c9435ec5058e28e23cf.tar.gz | |
Multiprocess support doesn't work yet on Windows.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 013820c..c0166bb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,8 +8,8 @@ Latest - Wildly experimental: support for measuring processes started by the multiprocessing module. To use, set ``--concurrency=multiprocessing``, - either on the command line or in the .coveragerc file. Thanks, Eduardo - Schettino. (`issue 117`_). + either on the command line or in the .coveragerc file (`issue 117`_). Thanks, + Eduardo Schettino. Currently, this does not work on Windows. - A new warning is possible, if a desired file isn't measured because it was imported before coverage was started (`issue 353`_). |
