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 ncoghlan
Recipients docs@python, ncoghlan
Date 2016-05-18.05:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463549392.34.0.631952313047.issue27050@psf.upfronthosting.co.za>
In-reply-to
Content
Likely revised structure:

* Move the high level convenience API back to the first section under a subheading like "Common operations"

* Give the new run() function its own subheading like "Flexible command invocation"

* Move the exception definitions to the Exceptions subheading

* give the stream constants their own subheading after "Frequently Used Arguments"

* consider whether or not the "Using the subprocess module" heading level is worthwhile, or whether it makes more sense to pull all its subheading up one level
History
Date User Action Args
2016-05-18 05:29:52ncoghlansetrecipients: + ncoghlan, docs@python
2016-05-18 05:29:52ncoghlansetmessageid: <1463549392.34.0.631952313047.issue27050@psf.upfronthosting.co.za>
2016-05-18 05:29:52ncoghlanlinkissue27050 messages
2016-05-18 05:29:52ncoghlancreate