mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Issue #11459: A bufsize value of 0 in subprocess.Popen() really creates
unbuffered pipes, such that select() works properly on them.
This commit is contained in:
commit
7b98d02302
6 changed files with 24 additions and 5 deletions
|
|
@ -208,7 +208,7 @@ Windows Platform
|
|||
Win95/98 specific
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. function:: popen(cmd, mode='r', bufsize=None)
|
||||
.. function:: popen(cmd, mode='r', bufsize=-1)
|
||||
|
||||
Portable :func:`popen` interface. Find a working popen implementation
|
||||
preferring :func:`win32pipe.popen`. On Windows NT, :func:`win32pipe.popen`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue