summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-26 07:25:45 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-26 07:25:45 (GMT)
commit5831882c086cab0968e988c8bbe9548ea71b8e7e (patch)
treea13083a13bf9bb4359ad1a00a86643bde16f4f34
parentad39360a025185c7402838893861728a229d7d79 (diff)
parent1833ac37b5e173047c0b612879e6ca92f48cc4c0 (diff)
downloadcpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.zip
cpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.tar.gz
cpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.tar.bz2
merge with 3.3
-rw-r--r--Doc/library/subprocess.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index ea3244b..dd8a5d2 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -452,7 +452,6 @@ functions.
the system default of io.DEFAULT_BUFFER_SIZE will be used.
.. versionchanged:: 3.3.1
-
*bufsize* now defaults to -1 to enable buffering by default to match the
behavior that most code expects. In versions prior to Python 3.2.4 and
3.3.1 it incorrectly defaulted to :const:`0` which was unbuffered