]> granicus.if.org Git - python/commitdiff
NEWS entry for #15002
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 20 Apr 2014 16:44:11 +0000 (09:44 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 20 Apr 2014 16:44:11 +0000 (09:44 -0700)
Misc/NEWS

index 804f1ae41ebcd65a9f49ddfa2e260fa7b08707ee..9ccd8d4304e197738f0d9b8868433fed43f442fe 100644 (file)
--- 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.