(original) (raw)

changeset: 73446:d3b159c43ee8 branch: 3.2 user: Nick Coghlan ncoghlan@gmail.com date: Tue Nov 08 21:39:07 2011 +1000 files: Doc/library/subprocess.rst description: Issue #13237: Remove duplicate data value descriptions from the subprocess docs diff -r e929d2a96d9b -r d3b159c43ee8 Doc/library/subprocess.rst --- a/Doc/library/subprocess.rst Tue Nov 08 20:49:23 2011 +1000 +++ b/Doc/library/subprocess.rst Tue Nov 08 21:39:07 2011 +1000 @@ -437,20 +437,6 @@ 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 ^^^^^^^^^^ /ncoghlan@gmail.com