commit | 72bd8b7bba58bfa01648a68a85606d82d5c7ce9b | [log] [tgz] |
---|---|---|
author | Brian Quinlan <brian@sweetapp.com> | Sun Mar 20 13:29:57 2011 +1100 |
committer | Brian Quinlan <brian@sweetapp.com> | Sun Mar 20 13:29:57 2011 +1100 |
tree | 213a58558965945ed61af7a63a06940f942967d8 | |
parent | 142fad4b6b1f33bb4620e7aec29ea1dfd8cc8fdb [diff] | |
parent | d0654ef289e6a499c6760d8979153a4e3819ccc4 [diff] |
Branch merge
diff --git a/Misc/NEWS b/Misc/NEWS index 8ed08d1..7557baf 100644 --- 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.