Matthew Barnett <[email protected]> added the comment:
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}
Added file: http://bugs.python.org/file12932/issue2636-features.diff
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue2636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com