Add missing NEWS entry

This commit is contained in:
Nick Coghlan 2007-11-07 11:57:51 +00:00
parent dc1d1ba9cf
commit 90b858e1b3
1 changed files with 3 additions and 0 deletions

View File

@ -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".