commit | b56b50ddd149fd0d81e8b37d38efac60e736da9e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 02 17:10:45 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 02 17:10:45 2010 +0000 |
tree | 3e2353c2fdc8f616e3480bf200e1425f757bfbe1 | |
parent | bebd23b73bcd8571f8977639e89837e9041fa824 [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. ........