Message126674
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. |
|
Date |
User |
Action |
Args |
2011-01-21 01:32:45 | anacrolix | set | recipients:
+ anacrolix, eric.smith, eric.araujo, brandon-rhodes, docs@python |
2011-01-21 01:32:45 | anacrolix | set | messageid: <1295573565.63.0.643471073151.issue9723@psf.upfronthosting.co.za> |
2011-01-21 01:32:44 | anacrolix | link | issue9723 messages |
2011-01-21 01:32:44 | anacrolix | create | |
|