From: Senthil Kumaran Date: Sun, 20 Apr 2014 16:44:11 +0000 (-0700) Subject: NEWS entry for #15002 X-Git-Tag: v3.4.1rc1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a63923328650bb73f40bcec5bb06ebbd409811d;p=python NEWS entry for #15002 --- diff --git a/Misc/NEWS b/Misc/NEWS index 804f1ae41e..9ccd8d4304 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.