]> granicus.if.org Git - python/commit
The bufsize argument to Popen() should accept None meaning the default (0).
authorGuido van Rossum <guido@python.org>
Thu, 7 Jun 2007 21:56:45 +0000 (21:56 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jun 2007 21:56:45 +0000 (21:56 +0000)
commit46a05a7db5a65ebee04a43e0394672a72b37ffa1
tree9b341cb102776b9f2656f25163781bcc92a92640
parentad5b9de288de6b5f965fdfd4db30753c30f9d5ca
The bufsize argument to Popen() should accept None meaning the default (0).
Lib/subprocess.py
Lib/test/test_subprocess.py