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.araujo
Recipients anacrolix, brandon-rhodes, eric.araujo, eric.smith
Date 2011-01-22.18:42:03
SpamBayes Score 7.022402e-07
Marked as misclassified No
Message-id <1295721732.05.0.296456484667.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
Even if quote does not start with an underscore, its absence from the docs and from the module’s __all__ make it a private function.

I propose to make it public as shlex.quote in 3.3 and deprecate pipes.quote for people that relied on it (i.e. move code from pipes/test_pipes to shlex/test_shlex, add doc, write a pipes.quote function that sends a DeprecationWarning and calls shlex.quote).
History
Date User Action Args
2011-01-22 18:42:12eric.araujosetrecipients: + eric.araujo, eric.smith, brandon-rhodes, anacrolix
2011-01-22 18:42:12eric.araujosetmessageid: <1295721732.05.0.296456484667.issue9723@psf.upfronthosting.co.za>
2011-01-22 18:42:03eric.araujolinkissue9723 messages
2011-01-22 18:42:03eric.araujocreate