From: Nick Coghlan Date: Tue, 8 Nov 2011 11:39:07 +0000 (+1000) Subject: Issue #13237: Remove duplicate data value descriptions from the subprocess docs X-Git-Tag: v3.2.3rc1~410 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69ce0d86029041ffd04438a321248cfa8158b9a8;p=thirdparty%2FPython%2Fcpython.git Issue #13237: Remove duplicate data value descriptions from the subprocess docs --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index afa7adce3c6c..311dfd2c3eba 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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 ^^^^^^^^^^