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-30.13:16:21
SpamBayes Score 0.00027740744
Marked as misclassified No
Message-id <1312031782.38.0.884068442338.issue9723@psf.upfronthosting.co.za>
In-reply-to
Content
> \w already includes both \d and _, so (unless you really want to be
> explicit about it) they are redundant. [snip]
I just started from the previous list and turned it into a regex.  Eliminating redundancy sounds good, I’ll use your version.

> Also keep in mind that they match non-ASCII letters/numbers on
> Python 3.
This was not covered by the previous tests, but I think it’s fine: the shell is concerned about some metacharacters and spaces, not Unicode letters.  To be 100% sure, I will add tests with Unicode characters for pipes.quote in 3.2, and when merging with 3.3 I’ll know if the new code still complies.
History
Date User Action Args
2011-07-30 13:16:22eric.araujosetrecipients: + eric.araujo, georg.brandl, vstinner, eric.smith, ezio.melotti, r.david.murray, brandon-rhodes, anacrolix, xuanji, python-dev
2011-07-30 13:16:22eric.araujosetmessageid: <1312031782.38.0.884068442338.issue9723@psf.upfronthosting.co.za>
2011-07-30 13:16:21eric.araujolinkissue9723 messages
2011-07-30 13:16:21eric.araujocreate