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 r.david.murray
Recipients anacrolix, brandon-rhodes, eric.araujo, eric.smith, r.david.murray
Date 2011-01-22.23:03:20
SpamBayes Score 2.16073e-05
Marked as misclassified No
Message-id <1295737404.04.0.683369841747.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than doing a code deprecation you can just do 'from shlex import quote' in pipes (with a comment about backward compatibility).  I don't think there is any real harm in leaving that kind of backward compatibility in place indefinitely.
History
Date User Action Args
2011-01-22 23:03:24r.david.murraysetrecipients: + r.david.murray, eric.smith, eric.araujo, brandon-rhodes, anacrolix
2011-01-22 23:03:24r.david.murraysetmessageid: <1295737404.04.0.683369841747.issue9723@psf.upfronthosting.co.za>
2011-01-22 23:03:20r.david.murraylinkissue9723 messages
2011-01-22 23:03:20r.david.murraycreate