diff options
author | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-12-10 17:23:20 (GMT) |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-12-10 17:23:20 (GMT) |
commit | 6f5d3f326f8c98dc4c53b422a92306e391e83cc2 (patch) | |
tree | b7d730cf288f7c8160b68f6cc1085b4b83043d22 /Misc | |
parent | 6f63190ded3ceea7a66a41b5a48c6c4541372def (diff) | |
download | cpython-6f5d3f326f8c98dc4c53b422a92306e391e83cc2.zip cpython-6f5d3f326f8c98dc4c53b422a92306e391e83cc2.tar.gz cpython-6f5d3f326f8c98dc4c53b422a92306e391e83cc2.tar.bz2 |
Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always
propagating exceptions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5.3? Core and builtins ----------------- +- Issue #4597: Fixed several opcodes that weren't always propagating + exceptions. + - Issue #4589: Propagated an exception thrown by a context manager's __exit__ method's result while it's being converted to bool. |