summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-05-25 22:46:44 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-05-25 22:46:44 (GMT)
commit24d262af0b16f76415baa6187c8892de1682c8a6 (patch)
treea13a4f056c5c47989c637f1131a26fe473757126 /Misc
parente6efbdc94760ba0ca410d037b55ac32020de5cb2 (diff)
parent387729e183365a366c48fce7a9abfcaf4ec6ff4e (diff)
downloadcpython-24d262af0b16f76415baa6187c8892de1682c8a6.zip
cpython-24d262af0b16f76415baa6187c8892de1682c8a6.tar.gz
cpython-24d262af0b16f76415baa6187c8892de1682c8a6.tar.bz2
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a50d0d9..dabfa8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,9 @@ Core and Builtins
Library
-------
+- Issue #23840: tokenize.open() now closes the temporary binary file on error
+ to fix a resource warning.
+
- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
- Issue #7159: urllib.request now supports sending auth credentials