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-08-16.15:54:15
SpamBayes Score 3.9805795e-06
Marked as misclassified No
Message-id <1313510055.69.0.464013905409.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
> FWIW there are still unnecessary escapes before '+' and '.', and
> possibly '-'

This is IMO cosmetic and not as “important” as the duplicate characters already implied by the character class.  Feel free to change it.

> Why can't pipes.quote can't be moved to shlex.quote verbatim as I
> originally proposed?

I took the opportunity of changing some convoluted code.
History
Date User Action Args
2011-08-16 15:54:41eric.araujosetrecipients: + eric.araujo, georg.brandl, vstinner, eric.smith, ezio.melotti, r.david.murray, brandon-rhodes, anacrolix, xuanji, python-dev
2011-08-16 15:54:15eric.araujosetmessageid: <1313510055.69.0.464013905409.issue9723@psf.upfronthosting.co.za>
2011-08-16 15:54:15eric.araujolinkissue9723 messages
2011-08-16 15:54:15eric.araujocreate