[Python-checkins] cpython (merge 3.2 -> default): Merge NEWS entry edit.

senthil.kumaran python-checkins at python.org
Sun Mar 20 02:27:39 CET 2011


http://hg.python.org/cpython/rev/1a3eca36cecd
changeset:   68699:1a3eca36cecd
parent:      68691:00459310b136
parent:      68698:53c8f2bd0316
user:        Senthil Kumaran <orsenthil at gmail.com>
date:        Sun Mar 20 09:27:25 2011 +0800
summary:
  Merge NEWS entry edit.

files:
  Misc/NEWS

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

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


More information about the Python-checkins mailing list