diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 10:17:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 10:17:49 -0400 |
| commit | f51e99f72441fc2eeb6820a3cfbfa0ee312052c7 (patch) | |
| tree | 5db7e3972f03bff0e15e65997b73461870adeff5 /CHANGES.txt | |
| parent | 5a44a2097a3c7355c15b927ec1eb2168861c865d (diff) | |
| download | python-coveragepy-git-f51e99f72441fc2eeb6820a3cfbfa0ee312052c7.tar.gz | |
A better way to fix the missing-return-after-exception problem in the trace function: no pyexpat specifics, and py 2.3 still uses C trace function.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 24f2ab6f..69447d91 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,8 +20,7 @@ Version 3.next 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.
+ raised. This is now fixed.
Version 3.0, 13 June 2009
|
