We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39de79b commit 13966daCopy full SHA for 13966da
Doc/library/asyncio-eventloop.rst
@@ -1442,6 +1442,7 @@ async/await code consider using the high-level
1442
* *stdin* can be any of these:
1443
1444
* a file-like object
1445
+ * an existing file descriptor (a positive integer), for example those created with :meth:`os.pipe()`
1446
* the :const:`subprocess.PIPE` constant (default) which will create a new
1447
pipe and connect it,
1448
* the value ``None`` which will make the subprocess inherit the file
0 commit comments