]> granicus.if.org Git - python/commit
Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a
authorJeffrey Yasskin <jyasskin@gmail.com>
Wed, 10 Dec 2008 07:28:12 +0000 (07:28 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Wed, 10 Dec 2008 07:28:12 +0000 (07:28 +0000)
commit478a1aa5373be89a6c7464fe1303aa585631acea
tree011c900524ea6f2d01a6773bcad964d80e6759ac
parent05e9c9dd970976885ade53a1bf09506d2aeb1c8a
Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a
context manager's __exit__ method's result while it's being converted to bool.
Lib/test/test_with.py
Misc/NEWS
Python/ceval.c