diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-05-25 22:46:44 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-05-25 22:46:44 (GMT) |
commit | 24d262af0b16f76415baa6187c8892de1682c8a6 (patch) | |
tree | a13a4f056c5c47989c637f1131a26fe473757126 /Misc | |
parent | e6efbdc94760ba0ca410d037b55ac32020de5cb2 (diff) | |
parent | 387729e183365a366c48fce7a9abfcaf4ec6ff4e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |