commit | 6f5d3f326f8c98dc4c53b422a92306e391e83cc2 | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Wed Dec 10 17:23:20 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Wed Dec 10 17:23:20 2008 +0000 |
tree | b7d730cf288f7c8160b68f6cc1085b4b83043d22 | |
parent | 6f63190ded3ceea7a66a41b5a48c6c4541372def [diff] [blame] |
Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always propagating exceptions.
diff --git a/Misc/NEWS b/Misc/NEWS index f6ea810..518f355 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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.