Message 101172 - Python tracker (original) (raw)

I've adapted the Python 2.6.5 test_re.py as follows,

from test.test_support import verbose, run_unittest -import re -from re import Scanner +import regex as re +from regex import Scanner

and run it against regex-2010305. Three tests failed, and the report is attached.