summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2007-11-07 11:57:51 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2007-11-07 11:57:51 (GMT)
commit90b858e1b358f9a55f2178e7f6c81df8a793dc72 (patch)
treec39d427ae7b0b6f753db5733b8f2cb4bfe1b7794 /Misc
parentdc1d1ba9cfcb8dc1eea9b3960df2b0504ca92727 (diff)
downloadcpython-90b858e1b358f9a55f2178e7f6c81df8a793dc72.zip
cpython-90b858e1b358f9a55f2178e7f6c81df8a793dc72.tar.gz
cpython-90b858e1b358f9a55f2178e7f6c81df8a793dc72.tar.bz2
Add missing NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b67420b..ff42c1b 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".