From: Georg Brandl Date: Tue, 26 Nov 2013 07:25:24 +0000 (+0100) Subject: Markup fix. X-Git-Tag: v3.4.0b2~472^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1833ac37b5e173047c0b612879e6ca92f48cc4c0;p=thirdparty%2FPython%2Fcpython.git Markup fix. --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 6e67eba5c056..157649c7f897 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