summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-17 22:30:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-17 22:30:38 -0500
commit688ecb98e29d9eb00e865813534e6e597c2b799d (patch)
tree47ff01706b4826103dedca01c13d30c81dbd8b58 /CHANGES.txt
parent120fcf1560e9b735dbf72ed173c717eef1fff514 (diff)
downloadpython-coveragepy-git-688ecb98e29d9eb00e865813534e6e597c2b799d.tar.gz
Ignore the branch of an except clause testing its type, since these aren't conceptually branches. Fixes #35.
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 8f934252..1ef464e0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,9 +10,13 @@ Version 3.2b2
- Classes are no longer incorrectly marked as branches: `issue 32`_.
+- "except" clauses with types are no longer incorrectly marked as branches:
+ `issue 35`_.
+
.. _issue 30: http://bitbucket.org/ned/coveragepy/issue/30
.. _issue 31: http://bitbucket.org/ned/coveragepy/issue/31
.. _issue 32: http://bitbucket.org/ned/coveragepy/issue/32
+.. _issue 35: http://bitbucket.org/ned/coveragepy/issue/35
Version 3.2b1, 10 November 2009