]> granicus.if.org Git - python/commit
Patch #1542451: disallow continue anywhere under a finally
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 19:47:08 +0000 (19:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 19:47:08 +0000 (19:47 +0000)
commit4f096d948797cabbe717197faf4d979d68badd0b
treeecba29cf8fafc590b7a3fb8cfa1f6a911534d3da
parent076d1e0c0b1858a9086c63c237cbe13691231b0f
Patch #1542451: disallow continue anywhere under a finally

I'm undecided if this should be backported to 2.5 or 2.5.1.
Armin suggested to wait (I'm of the same opinion).  Thomas W thinks
it's fine to go in 2.5.
Lib/test/test_syntax.py
Misc/NEWS
Python/compile.c