diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2011-03-20 01:26:57 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2011-03-20 01:26:57 (GMT) |
commit | 799c669283b007f7067fc5b6f4662e35e6d83276 (patch) | |
tree | d7352c22ce450c6821ea29a58b0f3301a83a8eab | |
parent | a7f43cc09c11cfb58ec7be53156c55fdc4f38bf4 (diff) | |
download | cpython-799c669283b007f7067fc5b6f4662e35e6d83276.zip cpython-799c669283b007f7067fc5b6f4662e35e6d83276.tar.gz cpython-799c669283b007f7067fc5b6f4662e35e6d83276.tar.bz2 |
Add NEWS for Issue #11563.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |