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 christian.heimes
Recipients christian.heimes
Date 2007-10-23.08:35:58
SpamBayes Score 0.017136497
Marked as misclassified No
Message-id <1193128559.94.0.435784915491.issue1314@psf.upfronthosting.co.za>
In-reply-to
Content
The patch fixes the failing unit tests for time and strptime on German
and probably other Windows installations.

-                       ret = PyUnicode_FromStringAndSize(outbuf, buflen);
+                       ret = PyUnicode_Decode(outbuf, buflen,
+                                              TZNAME_ENCODING, NULL);
Files
File name Uploaded
py3k_win_strftime.patch christian.heimes, 2007-10-23.08:35:59
History
Date User Action Args
2007-10-23 08:36:00christian.heimessetspambayes_score: 0.0171365 -> 0.017136497
recipients: + christian.heimes
2007-10-23 08:35:59christian.heimessetspambayes_score: 0.0171365 -> 0.0171365
messageid: <1193128559.94.0.435784915491.issue1314@psf.upfronthosting.co.za>
2007-10-23 08:35:59christian.heimeslinkissue1314 messages
2007-10-23 08:35:59christian.heimescreate