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 eric.smith
Recipients eric.smith, geophile, remi.lapeyre
Date 2020-04-22.18:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587579726.72.0.971468782589.issue40363@roundup.psfhosted.org>
In-reply-to
Content
Agreed that shlex.quote is working as intended. It's goal is to pass something to the shell, preserving it just as you started with it. It exists exactly because you want to avoid shell globbing and parsing issues (consider filenames that contain spaces and *'s).
History
Date User Action Args
2020-04-22 18:22:06eric.smithsetrecipients: + eric.smith, remi.lapeyre, geophile
2020-04-22 18:22:06eric.smithsetmessageid: <1587579726.72.0.971468782589.issue40363@roundup.psfhosted.org>
2020-04-22 18:22:06eric.smithlinkissue40363 messages
2020-04-22 18:22:06eric.smithcreate