summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2007-11-07 11:57:51 +0000
committerNick Coghlan <ncoghlan@gmail.com>2007-11-07 11:57:51 +0000
commit90b858e1b358f9a55f2178e7f6c81df8a793dc72 (patch)
treec39d427ae7b0b6f753db5733b8f2cb4bfe1b7794
parentdc1d1ba9cfcb8dc1eea9b3960df2b0504ca92727 (diff)
downloadcpython-git-90b858e1b358f9a55f2178e7f6c81df8a793dc72.tar.gz
Add missing NEWS entry
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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".