summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-05-29 23:26:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-05-29 23:26:53 -0400
commit879fe9c4721c557a31cb951ef9e0d7a098de319c (patch)
tree74d3be8a21f2ff7af38a8ca8cb1cb41e8f234b37 /CHANGES.txt
parentb3222a25b564653e48f4d233f4133d82be26c138 (diff)
downloadpython-coveragepy-879fe9c4721c557a31cb951ef9e0d7a098de319c.tar.gz
Make coverage.py properly exclude all stdlib modules under virtualenv's dual-lib structure.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 79012af..a6c3713 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -34,6 +34,9 @@ Next version
and parent processes. Use ``coverage run -p`` to get two data files that can
be combined with ``coverage combine``. Fixes `issue 56`_.
+- When measuring code running in a virtualenv, most of the system library was
+ still being measured. This is now fixed.
+
- Doctest text files are no longer recorded in the coverage data, since they
can't be reported anyway. Fixes `issue 52`_ and `issue 61`_.