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 r.david.murray
Recipients Arve.Knudsen, exarkun, piotr.dobrogost, r.david.murray, sbt
Date 2013-08-04.18:32:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375641132.2.0.440768711693.issue18649@psf.upfronthosting.co.za>
In-reply-to
Content
"Using the same rules as the MS C runtime" means that, given a sequence (list) of arguments, create a string that uses the same quoting that the MS C runtime uses.  That is, if you have a sequence of arguments in a C program, and you want to call another windows program, you quote that sequence into a string using the same rules that list2cmdline uses.

Can you suggest a wording for the doctring that would make this clearer?
History
Date User Action Args
2013-08-04 18:32:12r.david.murraysetrecipients: + r.david.murray, exarkun, Arve.Knudsen, sbt, piotr.dobrogost
2013-08-04 18:32:12r.david.murraysetmessageid: <1375641132.2.0.440768711693.issue18649@psf.upfronthosting.co.za>
2013-08-04 18:32:12r.david.murraylinkissue18649 messages
2013-08-04 18:32:12r.david.murraycreate