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, nneonneo, pitrou, rsc, timehorse
Date 2009-02-06.00:03:00
SpamBayes Score 1.034469e-06
Marked as misclassified No
Message-id <1233878582.09.0.789986855116.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6 does (and probably Python 3.x, although I haven't checked):

>>> u"\N{LATIN CAPITAL LETTER A}"
u'A'

If it's good enough for Python's Unicode string literals then it's good
enough for Python's re module.  :-)
History
Date User Action Args
2009-02-06 00:03:02mrabarnettsetrecipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, moreati
2009-02-06 00:03:02mrabarnettsetmessageid: <1233878582.09.0.789986855116.issue2636@psf.upfronthosting.co.za>
2009-02-06 00:03:00mrabarnettlinkissue2636 messages
2009-02-06 00:03:00mrabarnettcreate