diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-04-20 16:45:00 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-04-20 16:45:00 (GMT) |
commit | f4faef4c11e565a10fd4444567454dcb0d3aa117 (patch) | |
tree | 61652ca3084805a2d7b6ad1dbda77d9bbf5da4cb /Misc/NEWS | |
parent | 4eef074e4cb8f3c10000fa2187c7a718a1d76d40 (diff) | |
parent | 4a63923328650bb73f40bcec5bb06ebbd409811d (diff) | |
download | cpython-f4faef4c11e565a10fd4444567454dcb0d3aa117.zip cpython-f4faef4c11e565a10fd4444567454dcb0d3aa117.tar.gz cpython-f4faef4c11e565a10fd4444567454dcb0d3aa117.tar.bz2 |
merge 3.4
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
facility. Provides a better way to handle file descriptor close.
Address issue #15002 . Patch contributed by Christian Theune.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ Core and Builtins Library ------- +- Issue #15002: urllib.response object to use _TemporaryFileWrapper (and + _TemporaryFileCloser) facility. Provides a better way to handle file + descriptor close. Patch contributed by Christian Theune. + - Issue #12220: mindom now raises a custom ValueError indicating it doesn't support spaces in URIs instead of letting a 'split' ValueError bubble up. |