[issue5239] Change time.strptime() to make it work with Unicode chars

Ezio Melotti report at bugs.python.org
Fri Feb 13 15:44:22 CET 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I think Py3 with re.ASCII is the same as Py2 without re.UNICODE (and Py3
without re.ASCII is the same as Py2 with re.UNICODE).

It's probably a good idea to have a coherent behavior between Py2 and
Py3, so if we remove re.ASCII from Py3 we should add re.UNICODE to Py2.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5239>
_______________________________________


More information about the Python-bugs-list mailing list