This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Antony.Lee
Recipients Antony.Lee, docs@python
Date 2016-01-30.05:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454131083.41.0.870668221205.issue26240@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess.__doc__ currently contains copies for the docstrings of a bunch of functions in the module (... but not subprocess.run).  The docs for the Popen class should be moved into that class' docstring.  The module's docstring also mentions the list2cmdline "method" (actually a function, and the qualifier "method"/"function" is missing the second time this function is mentioned ("The list2cmdline is designed ...")), but that function doesn't appear in `__all__` and thus not in the official HTML docs (yes, I know pydoc subprocess.list2cmdline works).
History
Date User Action Args
2016-01-30 05:18:03Antony.Leesetrecipients: + Antony.Lee, docs@python
2016-01-30 05:18:03Antony.Leesetmessageid: <1454131083.41.0.870668221205.issue26240@psf.upfronthosting.co.za>
2016-01-30 05:18:03Antony.Leelinkissue26240 messages
2016-01-30 05:18:02Antony.Leecreate