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 steve.dower
Recipients eryksun, kejxu, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-07-24.18:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563994078.69.0.362973901651.issue37659@roundup.psfhosted.org>
In-reply-to
Content
Maybe we need to finally make shlex.split() at least be consistent with list2cmdline() on Windows so it can round-trip, perhaps with a "windows=True" parameter.

I don't think it's unreasonable to aim for round-tripability. That isn't near as hard as "correctly quoting arguments in the absence of a specification for how to quote arguments".
History
Date User Action Args
2019-07-24 18:47:58steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, kejxu
2019-07-24 18:47:58steve.dowersetmessageid: <1563994078.69.0.362973901651.issue37659@roundup.psfhosted.org>
2019-07-24 18:47:58steve.dowerlinkissue37659 messages
2019-07-24 18:47:58steve.dowercreate