summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-04-20 16:44:11 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-04-20 16:44:11 (GMT)
commit4a63923328650bb73f40bcec5bb06ebbd409811d (patch)
tree90c56acafed7bda8b511f1c9264cb3f54215b78f
parent6117e5d8e3f00f3677f07a29b4ec968a5ed8cd76 (diff)
downloadcpython-4a63923328650bb73f40bcec5bb06ebbd409811d.zip
cpython-4a63923328650bb73f40bcec5bb06ebbd409811d.tar.gz
cpython-4a63923328650bb73f40bcec5bb06ebbd409811d.tar.bz2
NEWS entry for #15002
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 804f1ae..9ccd8d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,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.