From: Senthil Kumaran Date: Sun, 20 Mar 2011 01:26:57 +0000 (+0800) Subject: Add NEWS for Issue #11563. X-Git-Tag: v3.2.1b1~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=799c669283b007f7067fc5b6f4662e35e6d83276;p=python Add NEWS for Issue #11563. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2c0751275e..19ed8f9edb 100644 --- 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.