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 berker.peksag
Recipients Antony.Lee, Mariatta, berker.peksag, docs@python, ezio.melotti, martin.panter, rbcollins, terry.reedy, tim.mitchell
Date 2016-10-18.05:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476768000.43.0.180830356198.issue26240@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Tim.

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

This is out of scope for this issue and I actually prefer the current form.

Having method and class signatures in subprocess.__doc__ would make it less maintainable. I'd prefer having a short docstring that describes what the modules does, and what its modern API look like.

I don't think we should duplicate documentation of CalledProcessError, TimeoutExpired and Popen in their docstrings. Perhaps it would be better to just document which parameters are POSIX only.

Also, did you use the GitHub mirror to create the patch? If so, please use the official Mercurial repository: https://docs.python.org/devguide/setup.html#checkout Rietveld doesn't like patches created from the git repository so it was a bit hard to review the patch without using Rietveld. Thanks!
History
Date User Action Args
2016-10-18 05:20:00berker.peksagsetrecipients: + berker.peksag, terry.reedy, rbcollins, ezio.melotti, docs@python, martin.panter, Antony.Lee, tim.mitchell, Mariatta
2016-10-18 05:20:00berker.peksagsetmessageid: <1476768000.43.0.180830356198.issue26240@psf.upfronthosting.co.za>
2016-10-18 05:20:00berker.peksaglinkissue26240 messages
2016-10-18 05:19:59berker.peksagcreate