[Python-checkins] r52221 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Sun Oct 8 09:11:55 CEST 2006


Author: georg.brandl
Date: Sun Oct  8 09:11:54 2006
New Revision: 52221

Modified:
   python/trunk/Misc/NEWS
Log:
Add missing NEWS entry for rev. 52129.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Oct  8 09:11:54 2006
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Bug #1569998: break inside a try statement (outside a loop) is now
+  recognized and rejected.
+
 - list.pop(x) accepts any object x following the __index__ protocol.
 
 - Fix some leftovers from the conversion from int to Py_ssize_t


More information about the Python-checkins mailing list