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 martin.panter
Recipients AndiDog, docs@python, martin.panter
Date 2015-06-22.06:32:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434954774.38.0.147192927321.issue23750@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch:

* Use different return value variable names and point out that they are encoded differently
* Add another bullet point about signal handling
* Fix os.system() documentation of the return value. My understanding is it is the C standard that does not define the return value, and Posix essentially means Unix.
History
Date User Action Args
2015-06-22 06:32:54martin.pantersetrecipients: + martin.panter, docs@python, AndiDog
2015-06-22 06:32:54martin.pantersetmessageid: <1434954774.38.0.147192927321.issue23750@psf.upfronthosting.co.za>
2015-06-22 06:32:54martin.panterlinkissue23750 messages
2015-06-22 06:32:53martin.pantercreate