diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-09 06:13:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-09 06:13:04 (GMT) |
commit | 8a8f7f983099f172d1f7c25d4fd99f5c0eb14072 (patch) | |
tree | ece2ee26d3edfee06c27e325f7aff80cf9c2adfb /Misc | |
parent | b1f59cecc97000396604a3852804932512598938 (diff) | |
download | cpython-8a8f7f983099f172d1f7c25d4fd99f5c0eb14072.zip cpython-8a8f7f983099f172d1f7c25d4fd99f5c0eb14072.tar.gz cpython-8a8f7f983099f172d1f7c25d4fd99f5c0eb14072.tar.bz2 |
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins Library ------- +- Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. + - Issue #11709: Fix the pydoc.help function to not fail when sys.stdin is not a valid file. |