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
commit76b030ce538df81d137ca04a1bf42606c8872749 (patch)
treebebc0c709d8e081e3496088dfb61b326a72e8273 /CHANGES.txt
parentdf28a7b0d859400c1b8216f346e30b6a34d069a9 (diff)
downloadpython-coveragepy-76b030ce538df81d137ca04a1bf42606c8872749.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 488ab3d..9f4ec39 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
-------------------------