commit | 4b87620d5dde50949ef820ed241d9883ac9f96de | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 02 17:10:49 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 02 17:10:49 2010 +0000 |
tree | bfeb9cf1ac4a5cd96be62dea2918a660fe058c09 | |
parent | 82bfcc87f023c0423443c6691b1d9ad2db4fb4a5 [diff] |
Merged revisions 81652 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81652 | antoine.pitrou | 2010-06-02 19:08:47 +0200 (mer., 02 juin 2010) | 4 lines Issue #8873: add a documentation note about possible performance issues with the default of unbuffered IO in subprocess.Popen. ........