summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-06-09 06:13:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-06-09 06:13:04 (GMT)
commit8a8f7f983099f172d1f7c25d4fd99f5c0eb14072 (patch)
treeece2ee26d3edfee06c27e325f7aff80cf9c2adfb /Misc
parentb1f59cecc97000396604a3852804932512598938 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6979b2f..6185590 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.