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, georg.brandl, jimjjewett, mark, moreati, mrabarnett, pitrou, rsc, timehorse
Date 2009-02-03.23:07:35
SpamBayes Score 1.8931358e-07
Marked as misclassified No
Message-id <1233702489.78.0.189591899391.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
issue2636-features.diff is based on Python 2.6. It includes:

Named Unicode characters eg \N{LATIN CAPITAL LETTER A}

Unicode character properties eg \p{Lu} (uppercase letter) and \P{Lu}
(not uppercase letter)

Other character properties not restricted to Unicode eg \p{Alnum} and 
\P{Alnum}

Issue #3511 : Incorrect charset range handling with ignore case
flag?
Issue #3665 : Support \u and \U escapes in regexes
Issue #1519638 Unmatched Group issue - workaround
Issue #1693050 \w not helpful for non-Roman scripts

The next 2 seemed a good idea at the time. :-)

Octal escape \onnn

Extended hex escape \x{n}
History
Date User Action Args
2009-02-03 23:08:10mrabarnettsetrecipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark, moreati
2009-02-03 23:08:09mrabarnettsetmessageid: <1233702489.78.0.189591899391.issue2636@psf.upfronthosting.co.za>
2009-02-03 23:08:08mrabarnettlinkissue2636 messages
2009-02-03 23:08:06mrabarnettcreate