commit | 79c9f76629009ad8f014873437431087832e47d1 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Dec 10 23:56:33 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Wed Dec 10 23:56:33 2008 +0000 |
tree | b48400a62ef2bdb12987b77a56f65e87836d8bbe | |
parent | c9d4efdf486d498ba138195796645f201100b699 [diff] |
Merged revisions 67688 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67688 | amaury.forgeotdarc | 2008-12-11 00:22:49 +0100 (jeu., 11 déc. 2008) | 6 lines #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 ........