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, ezio.melotti, georg.brandl, python-dev, r.david.murray, vstinner, xuanji
Date 2011-07-29.13:35:57
SpamBayes Score 0.0010405005
Marked as misclassified No
Message-id <1311946558.32.0.264444089228.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
I suck at regexes, but the one I came up with lets quote pass the tests that existed for pipes.quote, so I figure it’s good.  I did not change the string operations at the end of the function (+ and replace) as it was simple and working.

In the absence of review or opposition here, I have committed my patch.  Feedback welcome.
History
Date User Action Args
2011-07-29 13:35:58eric.araujosetrecipients: + eric.araujo, georg.brandl, vstinner, eric.smith, ezio.melotti, r.david.murray, brandon-rhodes, anacrolix, xuanji, python-dev
2011-07-29 13:35:58eric.araujosetmessageid: <1311946558.32.0.264444089228.issue9723@psf.upfronthosting.co.za>
2011-07-29 13:35:57eric.araujolinkissue9723 messages
2011-07-29 13:35:57eric.araujocreate