[Python-checkins] cpython (3.4): NEWS entry for #15002

senthil.kumaran python-checkins at python.org
Sun Apr 20 18:45:11 CEST 2014


http://hg.python.org/cpython/rev/72fe23edfec6
changeset:   90423:72fe23edfec6
branch:      3.4
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Apr 20 09:44:11 2014 -0700
summary:
  NEWS entry for #15002

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,10 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list