Add NEWS for Issue #11563.

This commit is contained in:
Senthil Kumaran 2011-03-20 09:26:57 +08:00
parent a7f43cc09c
commit 799c669283
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ Core and Builtins
Library 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 - Issue #11459: A ``bufsize`` value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them. unbuffered pipes, such that select() works properly on them.