Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69ce0d8

Browse files
committed
Issue #13237: Remove duplicate data value descriptions from the subprocess docs
1 parent c29248f commit 69ce0d8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -437,20 +437,6 @@ functions.
437437
Added context manager support.
438438

439439

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-
454440
Exceptions
455441
^^^^^^^^^^
456442

0 commit comments

Comments
 (0)