Message139753
| 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. |
|