]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #13237: Remove duplicate data value descriptions from the subprocess docs
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Nov 2011 11:39:07 +0000 (21:39 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Nov 2011 11:39:07 +0000 (21:39 +1000)
Doc/library/subprocess.rst

index afa7adce3c6c54283ad5508dd536261c28fd5517..311dfd2c3eba1a1aadb3e44042a094e64b66b2e1 100644 (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
 ^^^^^^^^^^