Ezio Melotti <[email protected]> added the comment:
On wide 3.2 it passes too, so the failure is limited to narrow builds (are you
sure that it fails on wide builds for you?).
On a narrow 2.7 I get a slightly different error though:
match 1 passed
Traceback (most recent call last):
File "bigrange.py", line 16, in <module>
if re.search("[𝒜-𝒵]", "𝒞", flags):
File "/home/wolf/dev/py/2.7/Lib/re.py", line 142, in search
return _compile(pattern, flags).search(string)
File "/home/wolf/dev/py/2.7/Lib/re.py", line 244, in _compile
raise error, v # invalid expression
sre_constants.error: bad character range
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue12749>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com