]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow 'continue' inside 'try' clause
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 22:48:12 +0000 (22:48 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Feb 2001 22:48:12 +0000 (22:48 +0000)
commit3faa52ecc4aeb30f8913b4dd105184f6f7bc733d
treed4c6c78e934c98ef15aaf79fae249063b5a41a1b
parent1bbc04831071891c5bbeb53a2c1defbbf83245d9
Allow 'continue' inside 'try' clause
SF patch 102989 by Thomas Wouters
Doc/ref/ref7.tex
Include/opcode.h
Lib/dis.py
Lib/test/output/test_exceptions
Lib/test/output/test_grammar
Lib/test/test_exceptions.py
Lib/test/test_grammar.py
Python/ceval.c
Python/compile.c