]> granicus.if.org Git - python/commit
#3021: Antoine Pitrou's Lexical exception handlers
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 15:59:43 +0000 (15:59 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 15:59:43 +0000 (15:59 +0000)
commiteec3d7137929611b98dd593cd2f122cd91b723b2
tree42721419d4fe3f53961ecfd7c1dea3224188ae40
parente8465f2b413174084fcc2dc4cd7a53122c62ce4b
#3021: Antoine Pitrou's Lexical exception handlers
17 files changed:
Doc/library/dis.rst
Doc/library/inspect.rst
Doc/library/sys.rst
Doc/reference/datamodel.rst
Include/frameobject.h
Include/opcode.h
Lib/doctest.py
Lib/inspect.py
Lib/opcode.py
Lib/test/test_exceptions.py
Lib/test/test_raise.py
Misc/NEWS
Misc/cheatsheet
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/import.c