Fails test under python 3.6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mox3 |
New
|
Undecided
|
Unassigned |
Bug Description
Under Py 3.6, here's failed test. It does work with Py 3.5 and 2.7 though.
=======
FAIL: mox3.tests.
mox3.tests.
-------
_StringException: Traceback (most recent call last):
File "/home/
self.
File "/home/
self.regex = re.compile(pattern, flags=flags)
File "/usr/lib/
return _compile(pattern, flags)
File "/usr/lib/
p = sre_compile.
File "/usr/lib/
p = sre_parse.parse(p, flags)
File "/usr/lib/
p.pattern.flags = fix_flags(str, p.pattern.flags)
File "/usr/lib/
raise ValueError("cannot use LOCALE flag with a str pattern")
ValueError: cannot use LOCALE flag with a str pattern