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

Hirokazu Yamamoto report at bugs.python.org
Fri Feb 13 17:30:39 CET 2009


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

I added test. But this requires issue5249 fix to be passed on windows.

(I used "\u3000" instead of "\xa0" because "\xa0" cannot be decoded on
windows mbcs)

----------
dependencies: +Fix strftime on windows.
Added file: http://bugs.python.org/file13074/remove_ascii_flag.patch

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


More information about the Python-bugs-list mailing list