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 abarry
Recipients abarry, ezio.melotti, martin.panter, paul.moore, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-28.15:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467126936.64.0.61435914651.issue26226@psf.upfronthosting.co.za>
In-reply-to
Content
About the strptime failure - it seems time.strftime returns "Est (heure d?été)" while _strptime.LocaleTime().timezone has "est (heure d\x92été)". I don't know why it's like that, but neither are correct - the character that goes there is a single quote ('). I'm also puzzled by the fact that 'é' appears properly despite not being ASCII.
History
Date User Action Args
2016-06-28 15:15:36abarrysetrecipients: + abarry, paul.moore, vstinner, tim.golden, ezio.melotti, r.david.murray, martin.panter, zach.ware, steve.dower
2016-06-28 15:15:36abarrysetmessageid: <1467126936.64.0.61435914651.issue26226@psf.upfronthosting.co.za>
2016-06-28 15:15:36abarrylinkissue26226 messages
2016-06-28 15:15:36abarrycreate