summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-07-04 13:53:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-07-04 13:53:18 -0400
commit0f1b0d30e306ad35b1e29912e0613e9bf2618c47 (patch)
treea42e6bab3f2394b55f40d1f8439cbc734addf8c6 /CHANGES.txt
parent0b05ae076815f9239019e04778d4d481c8ae1ac3 (diff)
downloadpython-coveragepy-0f1b0d30e306ad35b1e29912e0613e9bf2618c47.tar.gz
for-else constructs are handled properly, avoiding bogus partial branch warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too.
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 03c310d..71aa26d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Change history for Coverage.py
Version 3.5.1
-------------
+- for-else constructs are understood better, and don't cause erroneous partial
+ branch warnings. Fixes `issue 122`_.
+
+.. _issue 122: http://bitbucket.org/ned/coveragepy/issue/122/for-else-always-reports-missing-branch
Version 3.5 --- 29 June 2011