]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 7 Nov 2007 11:57:51 +0000 (11:57 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 7 Nov 2007 11:57:51 +0000 (11:57 +0000)
Misc/NEWS

index b67420b1d000ec5193925651c87d53abf9cf0c63..ff42c1b04109135b0811048150e122a1a7557e10 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,9 @@ Core and builtins
 Library
 -------
 
+- Issue #1705170: contextlib.contextmanager was still swallowing
+  StopIteration in some cases. This should no longer happen.
+
 - Issue #1292: On alpha, arm, ppc, and s390 linux systems the
   --with-system-ffi configure option defaults to "yes".