summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-01 17:38:26 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-01 17:38:26 -0500
commit5499a31ed1700a53f0ef8ca4713acae3fc81db34 (patch)
tree620100a0c6e00d871b0c36f74f4ac213ac104deb /CHANGES.txt
parent33b358159048d8be3d8f7e2ba2b1435402a412bd (diff)
downloadpython-coveragepy-git-5499a31ed1700a53f0ef8ca4713acae3fc81db34.tar.gz
Make process_startup idempotent, to fix #340.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c0166bb8..d51d34c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,7 +14,12 @@ Latest
- A new warning is possible, if a desired file isn't measured because it was
imported before coverage was started (`issue 353`_).
+- The `coverage.process_startup` function now will start coverage measurement
+ only once, no matter how many times it is called. This fixes problems due
+ to unusual virtualenv configurations (`issue 340`_).
+
.. _issue 117: https://bitbucket.org/ned/coveragepy/issue/117/enable-coverage-measurement-of-code-run-by
+.. _issue 340: https://bitbucket.org/ned/coveragepy/issue/340/keyerror-subpy
.. _issue 353: https://bitbucket.org/ned/coveragepy/issue/353/40a3-introduces-an-unexpected-third-case