diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-28 05:22:20 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-28 05:22:20 (GMT) |
commit | 7869a227795da08841f8139b69b7d4521b12e184 (patch) | |
tree | fa6da1d13f8e13379f3914e328cf25a10e5f5eac /Misc | |
parent | 96421d6f1136292abfe8748903f11231fba6cb16 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |