[issue1016] [PATCH] Updated fix for string to unicode fixes in time and datetime

Guido van Rossum report at bugs.python.org
Wed Aug 29 22:33:37 CEST 2007


Guido van Rossum added the comment:

The issue in datetimemodule.c was already fixed.

The fix to timemodule.c is wrong -- when there are non-ASCII characters
in the unicode string, the length of the UTF-8 conversion is not equal
to that of the original Unicode string.

----------
nosy: +gvanrossum
resolution:  -> duplicate
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1016>
__________________________________


More information about the Python-bugs-list mailing list