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-22.11:01:36
SpamBayes Score 1.5818024e-07
Marked as misclassified No
Message-id <1295694098.84.0.680552076754.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
Two reasons: The pipes module is Unix only, but pipes.quote is useful on all platforms. Secondly pipes.quote pertains to shell command-lines, this is also the domain of shlex which already cross platform. In pipes, an import shlex.quote would more than sufficient.

If this belongs in another separate bug I shall submit one. Please advise.
History
Date User Action Args
2011-01-22 11:01:38anacrolixsetrecipients: + anacrolix, eric.smith, eric.araujo, brandon-rhodes, docs@python
2011-01-22 11:01:38anacrolixsetmessageid: <1295694098.84.0.680552076754.issue9723@psf.upfronthosting.co.za>
2011-01-22 11:01:36anacrolixlinkissue9723 messages
2011-01-22 11:01:36anacrolixcreate