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 tim.mitchell
Recipients Mariatta, berker.peksag, docs@python, ezio.melotti, martin.panter, rbcollins, terry.reedy, tim.mitchell
Date 2016-10-19.01:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476840322.59.0.626111918646.issue26240@psf.upfronthosting.co.za>
In-reply-to
Content
Am now working from tip of default in mercurial (Python 3.6).

* Removed all changes to subprocess.rst.

subprocess.__doc__
* Trimmed down even further - removed function signatures.
* added note to see Python docs for complete description.

Exception docs
* just list attributes rather than describing them - they are pretty self-explanatory.

Popen.__doc__ 
* Trimmed down to just list arguments with 1 or 2 liner descriptions. 
* Added note to see Python docs for complete description.
* added encoding and errors arguments
History
Date User Action Args
2016-10-19 01:25:24tim.mitchellsetrecipients: + tim.mitchell, terry.reedy, rbcollins, ezio.melotti, docs@python, berker.peksag, martin.panter, Mariatta
2016-10-19 01:25:22tim.mitchellsetmessageid: <1476840322.59.0.626111918646.issue26240@psf.upfronthosting.co.za>
2016-10-19 01:25:22tim.mitchelllinkissue26240 messages
2016-10-19 01:25:22tim.mitchellcreate