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 piotr.dobrogost
Recipients Arve.Knudsen, exarkun, piotr.dobrogost, r.david.murray, sbt
Date 2013-08-04.18:25:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375640741.09.0.582900742409.issue18649@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring starts with this statement
"Translate a sequence of arguments into a command line string, using the same rules as the MS C runtime:"
which clearly makes the impression that function list2cmdline uses the same rules as the MS C runtime. However after reading comments in this issue I believe I misunderstood the true meaning as the docstring is highly misleading. According to your comments, the word "using" was meant to pertain to the "command line string" (which is the output of the list2cmdline function) and _not_ to the translation phase itself. This makes sense taking into account the flow of events which is; a list of arguments -> list2cmdline -> CreateProcess.
History
Date User Action Args
2013-08-04 18:25:41piotr.dobrogostsetrecipients: + piotr.dobrogost, exarkun, r.david.murray, Arve.Knudsen, sbt
2013-08-04 18:25:41piotr.dobrogostsetmessageid: <1375640741.09.0.582900742409.issue18649@psf.upfronthosting.co.za>
2013-08-04 18:25:41piotr.dobrogostlinkissue18649 messages
2013-08-04 18:25:40piotr.dobrogostcreate