From: Nick Coghlan Date: Wed, 7 Nov 2007 11:57:51 +0000 (+0000) Subject: Add missing NEWS entry X-Git-Tag: v2.6a1~1081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90b858e1b358f9a55f2178e7f6c81df8a793dc72;p=python Add missing NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index b67420b1d0..ff42c1b041 100644 --- 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".