]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Tue, 26 Nov 2013 07:25:24 +0000 (08:25 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 26 Nov 2013 07:25:24 +0000 (08:25 +0100)
Doc/library/subprocess.rst

index 6e67eba5c0562a4c2b0c3bb6c7f59743c8db1d85..157649c7f897fa67ea6e523ab59752e1deb4100c 100644 (file)
@@ -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