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 mrabarnett
Recipients akuchling, amaury.forgeotdarc, ezio.melotti, georg.brandl, jimjjewett, mark, moreati, mrabarnett, nneonneo, pitrou, rsc, timehorse
Date 2009-02-24.19:28:43
SpamBayes Score 9.510768e-07
Marked as misclassified No
Message-id <1235503815.56.0.701730710561.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
issue2636-features-3.diff is based on the 2.x trunk.

Added comments.
Restricted line lengths to no more than 80 characters
Added common POSIX character classes like [[:alpha:]].
Added further checks to reduce unnecessary backtracking.

I've decided to remove \onnn and \x{n} because they aren't supported
elsewhere in the language.
History
Date User Action Args
2009-02-24 19:30:15mrabarnettsetrecipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, ezio.melotti, moreati
2009-02-24 19:30:15mrabarnettsetmessageid: <1235503815.56.0.701730710561.issue2636@psf.upfronthosting.co.za>
2009-02-24 19:29:15mrabarnettlinkissue2636 messages
2009-02-24 19:29:15mrabarnettcreate