Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to