Skip to content

Commit

Permalink
[3.12] gh-105857: Document that asyncio subprocess std{in,out,err} ca…
Browse files Browse the repository at this point in the history
…n be file handles (GH-107986) (#108332)

(cherry picked from commit 13966da)

Co-authored-by: Hadházy Tamás <[email protected]>
  • Loading branch information
miss-islington and Hels15 authored Aug 22, 2023
1 parent 256586a commit 3cdaa6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ async/await code consider using the high-level
* *stdin* can be any of these:

* a file-like object
* an existing file descriptor (a positive integer), for example those created with :meth:`os.pipe()`
* the :const:`subprocess.PIPE` constant (default) which will create a new
pipe and connect it,
* the value ``None`` which will make the subprocess inherit the file
Expand Down

0 comments on commit 3cdaa6a

Please sign in to comment.