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 anacrolix
Recipients anacrolix, brandon-rhodes, docs@python, eric.araujo, eric.smith
Date 2011-01-21.01:32:44
SpamBayes Score 0.000469339
Marked as misclassified No
Message-id <1295573565.63.0.643471073151.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, I discovered this function (pipes.quote) only through recommendation here:

http://stackoverflow.com/questions/4748344/whats-the-reverse-of-shlex-split

I suggest that it be added to shlex, perhaps as shlex.quote. While the quoting style it performs, and the module it's found in are specific to Unix tools, the shlex module is available on non-Unix platforms. To this end, adding the function to shlex would make it available elsewhere, as well as be appropriately shell-related.
History
Date User Action Args
2011-01-21 01:32:45anacrolixsetrecipients: + anacrolix, eric.smith, eric.araujo, brandon-rhodes, docs@python
2011-01-21 01:32:45anacrolixsetmessageid: <1295573565.63.0.643471073151.issue9723@psf.upfronthosting.co.za>
2011-01-21 01:32:44anacrolixlinkissue9723 messages
2011-01-21 01:32:44anacrolixcreate