summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-07-04 19:23:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-07-04 19:23:20 -0400
commit5a44a2097a3c7355c15b927ec1eb2168861c865d (patch)
tree18546b2ed69a1e2460e91d3d13bd74825917f25b /CHANGES.txt
parent9e37d56c3a485991f2af2b362581c3af7e2065ce (diff)
downloadpython-coveragepy-git-5a44a2097a3c7355c15b927ec1eb2168861c865d.tar.gz
Fix Python 2.3's exception tracing by always using a dumbed-down Python tracer there.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dbb9f4e8..24f2ab6f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,10 @@ Version 3.next
- Fixed a bizarre problem involving pyexpat, whereby lines following XML parser
invocations could be overlooked.
+- On Python 2.3, coverage.py could mis-measure code with exceptions being
+ raised. This is now fixed, but as a result, on Python 2.3, the Python trace
+ function is used, reversing speed gains acheived in coverage.py 3.0.
+
Version 3.0, 13 June 2009
-------------------------