[issue6760] patch to subprocess docs to better explain Popen's 'args' argument

Chris Rebert report at bugs.python.org
Tue Feb 2 16:35:28 CET 2010


Chris Rebert <pybugs at rebertia.com> added the comment:

This version takes Murray's most recent draft, applies some minor tweaks from my prior patch, and has the "python -c" etc. changed to "echo '$MONEY'" so the sh -c comment is completely unambiguous (and it's a simpler example generally).

Whether the subprocess.Popen() call should be demonstrated in the code snippet remains an open issue.

----------
Added file: http://bugs.python.org/file16108/subprocess.rst.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6760>
_______________________________________


More information about the Python-bugs-list mailing list