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 cvrebert
Recipients asvetlov, cvrebert, docs@python, eric.araujo, ezio.melotti, sandro.tosi, tshepang
Date 2012-10-28.09:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351415430.51.0.905286499027.issue14616@psf.upfronthosting.co.za>
In-reply-to
Content
Just to keep the ball rolling, in case it ends up being the solution ultimately chosen, here is a patch against 2.7 to document pipes.quote(). The text is yanked straight from shlex.quote(), the differences being:
- qualify shlex.split() references
- print function -> print statement
- add deprecation note (currently backdated to when `pipes` was added to the std lib; mentions what happens in 3.3)
History
Date User Action Args
2012-10-28 09:10:30cvrebertsetrecipients: + cvrebert, ezio.melotti, eric.araujo, asvetlov, sandro.tosi, docs@python, tshepang
2012-10-28 09:10:30cvrebertsetmessageid: <1351415430.51.0.905286499027.issue14616@psf.upfronthosting.co.za>
2012-10-28 09:10:30cvrebertlinkissue14616 messages
2012-10-28 09:10:30cvrebertcreate