]> granicus.if.org Git - python/commitdiff
Add NEWS for Issue #11563.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Mar 2011 01:26:57 +0000 (09:26 +0800)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 20 Mar 2011 01:26:57 +0000 (09:26 +0800)
Misc/NEWS

index 2c0751275e547643791e723e85146b785b9176b5..19ed8f9edb224c675e79ffe4036cccfdc2042576 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #11563: Connection:close header is sent by requests using URLOpener
+  class which helps in closing of sockets after connection is over. Patch
+  contributions by Jeff McNeil and Nadeem Vawda.
+
 - Issue #11459: A ``bufsize`` value of 0 in subprocess.Popen() really creates
   unbuffered pipes, such that select() works properly on them.