STINNER Victor <victor.stin...@haypocalc.com> added the comment: Version 3 of the patch: - fix initialization of the filesystem encoding if HAVE_MBCS is not set - Python fails on the filesystem encoding if it is unable to get the filesystem encoding instead of using UTF-8 - reorganize the definition of time_clock() function - cleanup how TZNAME_ENCODING is defined in timemodule.c
The change on initfsencoding() should be defined in a separated commit. ---------- Added file: http://bugs.python.org/file22568/have_mbcs-3.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9642> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com