summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 15:37:43 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-10-21 15:37:43 (GMT)
commitbd26b5463eb4547a2c679e562180364b0767cf32 (patch)
treeb1fa315fc81dc57e52d772912cbbfcee721dc112 /Misc/NEWS
parentca4a52513bf7d08d4ba26b18d9cba4afd5c02176 (diff)
downloadcpython-bd26b5463eb4547a2c679e562180364b0767cf32.zip
cpython-bd26b5463eb4547a2c679e562180364b0767cf32.tar.gz
cpython-bd26b5463eb4547a2c679e562180364b0767cf32.tar.bz2
Issue #12692: Fix resource leak in urllib.request.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4af7d0a..fae3f13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #12692: Fix resource leak in urllib.request when talking to an HTTP
+ server that does not include a "Connection: close" header in its responses.
+
- Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle.
Patch by Atsuo Ishimoto.