Issue #13237: Remove duplicate data value descriptions from the subprocess docs

This commit is contained in:
Nick Coghlan 2011-11-08 21:39:07 +10:00
parent c29248f232
commit 69ce0d8602
1 changed files with 0 additions and 14 deletions

View File

@ -437,20 +437,6 @@ functions.
Added context manager support.
.. data:: PIPE
Special value that can be used as the *stdin*, *stdout* or *stderr* argument
to :class:`Popen` and indicates that a pipe to the standard stream should be
opened.
.. data:: STDOUT
Special value that can be used as the *stderr* argument to :class:`Popen` and
indicates that standard error should go into the same handle as standard
output.
Exceptions
^^^^^^^^^^