Thanks to visit codestin.com Credit goes to github.com
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 c29248f commit 69ce0d8Copy full SHA for 69ce0d8
1 file changed
Doc/library/subprocess.rst
@@ -437,20 +437,6 @@ functions.
437
Added context manager support.
438
439
440
-.. data:: PIPE
441
-
442
- Special value that can be used as the *stdin*, *stdout* or *stderr* argument
443
- to :class:`Popen` and indicates that a pipe to the standard stream should be
444
- opened.
445
446
447
-.. data:: STDOUT
448
449
- Special value that can be used as the *stderr* argument to :class:`Popen` and
450
- indicates that standard error should go into the same handle as standard
451
- output.
452
453
454
Exceptions
455
^^^^^^^^^^
456
0 commit comments