diff options
author | Georg Brandl <georg@python.org> | 2013-11-26 07:25:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-26 07:25:24 (GMT) |
commit | 1833ac37b5e173047c0b612879e6ca92f48cc4c0 (patch) | |
tree | 5bc88f456412a5837d16ac13c3adb2074badabac /Doc | |
parent | 9527f16bf4368b10e87ed6951bc5e16eeca11c80 (diff) | |
download | cpython-1833ac37b5e173047c0b612879e6ca92f48cc4c0.zip cpython-1833ac37b5e173047c0b612879e6ca92f48cc4c0.tar.gz cpython-1833ac37b5e173047c0b612879e6ca92f48cc4c0.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc')
-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 6e67eba..157649c 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -442,7 +442,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 |