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 jkloth
Recipients CharlieClark, Dominik Geldmacher, Manjusaka, eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-07.15:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557244630.05.0.88526507382.issue36792@roundup.psfhosted.org>
In-reply-to
Content
You can safely execute each line individually (omitting the aforementioned count/value pairs) or depending on how the copy/paste is being done, just paste the script into a text editor (notepad) and comment out those lines.  Then copy-paste that modified script.

This time I'm really attempting to see if the internal encoding/decoding done in the CRT strftime() is failing somehow (it calls wcsftime).
History
Date User Action Args
2019-05-07 15:57:10jklothsetrecipients: + jkloth, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, Manjusaka, CharlieClark, Dominik Geldmacher
2019-05-07 15:57:10jklothsetmessageid: <1557244630.05.0.88526507382.issue36792@roundup.psfhosted.org>
2019-05-07 15:57:10jklothlinkissue36792 messages
2019-05-07 15:57:09jklothcreate