[Python-checkins] cpython (merge default -> default): Branch merge (original) (raw)
brian.quinlan python-checkins at python.org
Sun Mar 20 03:33:11 CET 2011
- Previous message: [Python-checkins] cpython: Use WeakSets rather than manual pruning to prevent unbounded growth of dead
- Next message: [Python-checkins] cpython: #7198: add newlines='' to csv.writer docs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/1171d48fc9af changeset: 68701:1171d48fc9af parent: 68700:a3b061697b18 parent: 68699:1a3eca36cecd user: Brian Quinlan <brian at sweetapp.com> date: Sun Mar 20 13:29:57 2011 +1100 summary: Branch merge
files:
diff --git a/Misc/NEWS b/Misc/NEWS --- 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.
- Issue #11459: A
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython: Use WeakSets rather than manual pruning to prevent unbounded growth of dead
- Next message: [Python-checkins] cpython: #7198: add newlines='' to csv.writer docs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]