[pypy-issue] [issue786] Module re, \d with re.U option does not work the same way as with CPython

Simon tracker at bugs.pypy.org
Sat Jul 16 00:10:20 CEST 2011


Simon <simon.corston at nuance.com> added the comment:

To clarify: 

the expected output (which I observe in CPython 2.6.6 under Ubuntu 10.10 64 bit) is

True
False

i.e. the Unicode interpretation of \d matches the superscript 3 but the
non-Unicode interpretation does not.

Under Pypy I get

False
False
Under Pypy

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue786>
________________________________________


More information about the pypy-issue mailing list