summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-06-09 10:32:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-06-09 10:32:34 (GMT)
commitf10063e3c3dcd5fe5b99858fc618c574b6df7bf2 (patch)
treed549bcb1c89abdf86860b884f96b06c3aa846da9 /Misc
parent8a8f7f983099f172d1f7c25d4fd99f5c0eb14072 (diff)
downloadcpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.zip
cpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.tar.gz
cpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.tar.bz2
Issue #21310: Fixed possible resource leak in failed open().
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 6185590..29f5b61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #21310: Fixed possible resource leak in failed open().
+
- 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