]> granicus.if.org Git - python/commit
Um, I thought I'd already checked this in.
authorGuido van Rossum <guido@python.org>
Fri, 10 Mar 2006 02:28:35 +0000 (02:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Mar 2006 02:28:35 +0000 (02:28 +0000)
commitf669436189dd44a841caa9ab1ad97a3f7662bf58
tree1a717975d09d4867e8807710a36a6c2999afdb7e
parent692cdbc5d648da5239b5caececc954960aa024e9
Um, I thought I'd already checked this in.
Anyway, this is the changes to the with-statement
so that __exit__ must return a true value in order
for a pending exception to be ignored.
The PEP (343) is already updated.
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/contextlib.py
Lib/decimal.py
Lib/test/test_with.py
Lib/threading.py
Modules/threadmodule.c
Objects/fileobject.c
Python/ceval.c
Python/compile.c
Python/import.c