[Python-checkins] cpython (3.2): Add NEWS for Issue #11563. (original) (raw)
senthil.kumaran python-checkins at python.org
Sun Mar 20 02:27:37 CET 2011
- Previous message: [Python-checkins] hooks: Do not try to launch builds for branches 2.5 and 2.6
- Next message: [Python-checkins] cpython (merge 3.2 -> default): Merge NEWS entry edit.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/53c8f2bd0316 changeset: 68698:53c8f2bd0316 branch: 3.2 parent: 68689:6729a64c36d7 user: Senthil Kumaran <orsenthil at gmail.com> date: Sun Mar 20 09:26:57 2011 +0800 summary: Add NEWS for Issue #11563.
files: Misc/NEWS
diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -43,6 +43,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.
- Issue #11459: A
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] hooks: Do not try to launch builds for branches 2.5 and 2.6
- Next message: [Python-checkins] cpython (merge 3.2 -> default): Merge NEWS entry edit.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]