summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-28 05:22:20 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-28 05:22:20 (GMT)
commit7869a227795da08841f8139b69b7d4521b12e184 (patch)
treefa6da1d13f8e13379f3914e328cf25a10e5f5eac /Misc
parent96421d6f1136292abfe8748903f11231fba6cb16 (diff)
downloadcpython-7869a227795da08841f8139b69b7d4521b12e184.zip
cpython-7869a227795da08841f8139b69b7d4521b12e184.tar.gz
cpython-7869a227795da08841f8139b69b7d4521b12e184.tar.bz2
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
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 b895ff6..2904360 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Core and Builtins
Library
-------
+- Issue #26385: Remove the file if the internal open() call in
+ NamedTemporaryFile() fails. Patch by Silent Ghost.
+
- Issue #26402: Fix XML-RPC client to retry when the server shuts down a
persistent connection. This was a regression related to the new
http.client.RemoteDisconnected exception in 3.5.0a4.