diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-28 17:43:05 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-28 17:43:05 -0400 |
| commit | 2f217f38e03b1fd0b3a053f2c47e31a69f186aca (patch) | |
| tree | 098eccef4aa53703b17f99b2a0adfcf9c73fbc00 /CHANGES.txt | |
| parent | eba53328c9bc79297b06b58b0627ee6c1ce58a8e (diff) | |
| download | python-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.txt | 3 |
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
-------------------------
|
