[issue26240] Docstring of the subprocess module should be cleaned up

Tim Mitchell report at bugs.python.org
Mon Oct 17 23:58:21 EDT 2016


Tim Mitchell added the comment:

Have stripped down the module __doc__ to a list of contents.
I chose to indent the descriptions of each argument to Popen. I know this is non-standard but it is such a long ramble otherwise.

Changed true -> :const:`True` in subprocess.rst.

----------
keywords: +patch
nosy: +tim.mitchell
Added file: http://bugs.python.org/file45126/subprocess-docs.patch

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


More information about the Python-bugs-list mailing list