diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1 Core and Builtins ----------------- +- Issue #4597: Fixed exception handling when the __exit__ function of a + context manager returns a value that cannot be converted to a bool. + - Issue #4597: Fixed several opcodes that weren't always propagating exceptions. |