Message81239
| 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:02 | mrabarnett | set | recipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, moreati |
| 2009-02-06 00:03:02 | mrabarnett | set | messageid: <1233878582.09.0.789986855116.issue2636@psf.upfronthosting.co.za> |
| 2009-02-06 00:03:00 | mrabarnett | link | issue2636 messages |
| 2009-02-06 00:03:00 | mrabarnett | create | |