This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, brian.curtin, loewis, tim.golden, vstinner
Date 2011-07-04.11:37:13
SpamBayes Score 1.4950821e-08
Marked as misclassified No
Message-id <1309779434.46.0.743402446424.issue9642@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-04 11:37:14vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, tim.golden, brian.curtin
2011-07-04 11:37:14vstinnersetmessageid: <1309779434.46.0.743402446424.issue9642@psf.upfronthosting.co.za>
2011-07-04 11:37:13vstinnerlinkissue9642 messages
2011-07-04 11:37:13vstinnercreate