commit | ad9b5992e3525c8a53ec6add3fee1f97142dc503 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Dec 10 23:22:49 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Dec 10 23:22:49 2008 +0000 |
tree | 889d5d5133ffeea501626369c635c67306fd927f | |
parent | ffd42cf4442418ad8f22080377717d9d2b27f695 [diff] |
#4559: When a context manager's __exit__() method returns an object whose conversion to bool raises an exception, 'with' loses that exception. Reviewed by Jeffrey Yasskin. Already ported to 2.5, will port to 2.6 and 3.0