diff options
author | Georg Brandl <georg@python.org> | 2013-11-26 07:25:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-26 07:25:45 (GMT) |
commit | 5831882c086cab0968e988c8bbe9548ea71b8e7e (patch) | |
tree | a13083a13bf9bb4359ad1a00a86643bde16f4f34 | |
parent | ad39360a025185c7402838893861728a229d7d79 (diff) | |
parent | 1833ac37b5e173047c0b612879e6ca92f48cc4c0 (diff) | |
download | cpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.zip cpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.tar.gz cpython-5831882c086cab0968e988c8bbe9548ea71b8e7e.tar.bz2 |
merge with 3.3
-rw-r--r-- | Doc/library/subprocess.rst | 1 |
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 |