Message103064
| Author | mrabarnett |
|---|---|
| Recipients | akitada, akuchling, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr |
| Date | 2010-04-13.17:10:35 |
| SpamBayes Score | 6.9675465e-05 |
| Marked as misclassified | No |
| Message-id | <1271178637.66.0.331948926306.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| 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 | |