Message103064
Yes, it passed all the tests, although I've since found a minor bug that isn't covered/caught by them, so I'll need to add a few more tests.
Anyway, do:
regex.match(ur"\p{Ll}", u"a")
regex.match(ur'(?u)\w', u'\xe0')
really return None? Your results suggest that they won't.
I downloaded Python 2.6.5 (I was using Python 2.6.4) just in case, but it still passes (WinXP, 32-bit). |
|
Date |
User |
Action |
Args |
2010-04-13 17:10:37 | mrabarnett | set | recipients:
+ mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray |
2010-04-13 17:10:37 | mrabarnett | set | messageid: <1271178637.66.0.331948926306.issue2636@psf.upfronthosting.co.za> |
2010-04-13 17:10:36 | mrabarnett | link | issue2636 messages |
2010-04-13 17:10:35 | mrabarnett | create | |
|