8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142fad4 + d0654ef commit 72bd8b7Copy full SHA for 72bd8b7
Misc/NEWS
@@ -75,6 +75,10 @@ Core and Builtins
75
Library
76
-------
77
78
+- Issue #11563: Connection:close header is sent by requests using URLOpener
79
+ class which helps in closing of sockets after connection is over. Patch
80
+ contributions by Jeff McNeil and Nadeem Vawda.
81
+
82
- Issue #11459: A ``bufsize`` value of 0 in subprocess.Popen() really creates
83
unbuffered pipes, such that select() works properly on them.
84
0 commit comments