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 Tuomas.Savolainen, docs@python, klausman, martin.panter, r.david.murray
Date 2015-06-20.06:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434781551.42.0.507283620628.issue20344@psf.upfronthosting.co.za>
In-reply-to
Content
I think it might be better to leave the platform-specific details in the full Popen description, not under Frequently Used Arguments. I suggest to use 20344_4.patch:

* Move existing pointer to Popen constructor details up to top of section
* Explain the escaping and quoting of a sequence only applies to Windows
* Remove claim that a string simply names a program without arguments; appears to be only half true under Windows
* Clarify shell=True command is normally a string, not a sequence
* Drop new description of Unix shell argument sequence in favour of existing description under Popen
* Move warning about Windows shell argument sequence under Popen
History
Date User Action Args
2015-06-20 06:25:51martin.pantersetrecipients: + martin.panter, r.david.murray, docs@python, klausman, Tuomas.Savolainen
2015-06-20 06:25:51martin.pantersetmessageid: <1434781551.42.0.507283620628.issue20344@psf.upfronthosting.co.za>
2015-06-20 06:25:51martin.panterlinkissue20344 messages
2015-06-20 06:25:51martin.pantercreate