Antoine Pitrou <[email protected]> added the comment: > If we add re.UNICODE on Py2, strptime should work fine with unicode > strings, but it could fail somehow with normal strings. Is it more > important to provide a way to use Unicode chars that works only with > unicode strings or to have a coherent behavior between str and unicode?
I'd say the latter, since str and unicode are often interchangeable in 2.x. _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5239> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
