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 ezio.melotti
Recipients asvetlov, cvrebert, docs@python, eric.araujo, ezio.melotti, sandro.tosi, tshepang
Date 2012-10-25.17:44:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351187048.37.0.418479712073.issue14616@psf.upfronthosting.co.za>
In-reply-to
Content
> I think patch for 3.3 should mention only shlex.quote.

+1

I'm not sure what's the best thing to do about pipes.quote.  Pointing to an undocumented function that is available in 3.3 in a different module doesn't sound like a really good idea.
Maybe we could document pipes.quote as an internal/deprecated function so that people that follow the link from the subprocess docs will be aware that the function is available under a different name in 3.3+.
Otherwise we could just document shlex.quote() in 3.3+.
History
Date User Action Args
2012-10-25 17:44:08ezio.melottisetrecipients: + ezio.melotti, eric.araujo, cvrebert, asvetlov, sandro.tosi, docs@python, tshepang
2012-10-25 17:44:08ezio.melottisetmessageid: <1351187048.37.0.418479712073.issue14616@psf.upfronthosting.co.za>
2012-10-25 17:44:08ezio.melottilinkissue14616 messages
2012-10-25 17:44:08ezio.melotticreate