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

I don't know what happened there. I didn't notice that the zip file was way too 
small. Here's a replacement (still called issue2636-20100222.zip).

Unicode script properties are already included, at least those whose 
definitions at http://www.regular-expressions.info/unicode.html

I haven't notice \X before. I'll have a look at it.

As for \G, .findall performs searches normally, but when using \G it 
effectively performs contiguous matches only, which can be useful when you need 
it!

----------
Added file: http://bugs.python.org/file16327/issue2636-20100222.zip

_______________________________________
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