]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for rev. 52129.
authorGeorg Brandl <georg@python.org>
Sun, 8 Oct 2006 07:11:54 +0000 (07:11 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 8 Oct 2006 07:11:54 +0000 (07:11 +0000)
Misc/NEWS

index 8195407e56dddd76013adf6f618845dee197a889..787e332b82e70f785888424e57aa5da8fb2807c9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
 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