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.14:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375627146.6.0.162138756983.issue18649@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're missing the point. The implementation is wrong as it does not do what documentation says which is "A double quotation mark preceded by a backslash is interpreted as a literal double quotation mark." How the output of list2cmdline interacts with the cmd.exe is another issue (It just happens here that if implementation of list2cmdline were in line with its documentation then there wouldn't be any subsequent problem with cmd.exe). Also issue 1300 is about escaping a pipe character (|) on the basis of how it's treated by cmd.exe and does not even refer to the docstring of list2cmdline function.
History
Date User Action Args
2013-08-04 14:39:06piotr.dobrogostsetrecipients: + piotr.dobrogost, exarkun, r.david.murray, Arve.Knudsen, sbt
2013-08-04 14:39:06piotr.dobrogostsetmessageid: <1375627146.6.0.162138756983.issue18649@psf.upfronthosting.co.za>
2013-08-04 14:39:06piotr.dobrogostlinkissue18649 messages
2013-08-04 14:39:06piotr.dobrogostcreate