]> granicus.if.org Git - python/commitdiff
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
authorGregory P. Smith <greg@krypto.org>
Sat, 23 Mar 2013 19:00:00 +0000 (12:00 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 23 Mar 2013 19:00:00 +0000 (12:00 -0700)
from unbuffered (0) to buffering (-1) to match the behavior existing code
expects and match the behavior of the subprocess module in Python 2 to avoid
introducing hard to track down bugs.

1  2 
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS

Simple merge
Simple merge
Simple merge
diff --cc Misc/NEWS
Simple merge