summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-28 17:43:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-28 17:43:05 -0400
commit2f217f38e03b1fd0b3a053f2c47e31a69f186aca (patch)
tree098eccef4aa53703b17f99b2a0adfcf9c73fbc00 /CHANGES.txt
parenteba53328c9bc79297b06b58b0627ee6c1ce58a8e (diff)
downloadpython-coveragepy-git-2f217f38e03b1fd0b3a053f2c47e31a69f186aca.tar.gz
Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a hack to make it behave correctly with coverage.py. Fixes bug #10.
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 488ab3d7..9f4ec39e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,9 @@ Version 3.next
mode just like Python does. This lets it run Windows files on Mac, for
example.
+- Fixed a bizarre problem involving pyexpat, whereby lines following XML parser
+ invocations could be overlooked.
+
Version 3.0, 13 June 2009
-------------------------