]> granicus.if.org Git - python/commit
Fix #1569998: no break inside try statement (outside loop) allowed.
authorGeorg Brandl <georg@python.org>
Sun, 8 Oct 2006 07:12:23 +0000 (07:12 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 8 Oct 2006 07:12:23 +0000 (07:12 +0000)
commita5fe3ef8d835d8dffe42b58398d101eb42b897af
tree943f16877663a74e8c2dd623460ebeb6ee9d9fc4
parent74284b9606b4c2743ef82119b41eb3a74dd5b2d2
Fix #1569998: no break inside try statement (outside loop) allowed.
  (backport from rev. 52129)
Lib/test/test_syntax.py
Misc/NEWS
Python/compile.c