Message333599
| Author | vstinner |
|---|---|
| Recipients | belopolsky, eric.smith, matrixise, mjsaah, p-ganssle, pablogsal, terry.reedy, thatiparthy, vstinner, xtreak |
| Date | 2019-01-14.10:21:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547461274.77.0.0317716312851.issue35066@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The behavior of strftime() with non-ASCII is not portable: bpo-34512. A solution to make time.strftime() more portable would be to split the format string, format each "%xxx" substring separately but don't pass substrings between "%xxx" to strftime(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-14 10:21:16 | vstinner | set | recipients: + vstinner, terry.reedy, belopolsky, eric.smith, matrixise, thatiparthy, p-ganssle, pablogsal, xtreak, mjsaah |
| 2019-01-14 10:21:14 | vstinner | set | messageid: <1547461274.77.0.0317716312851.issue35066@roundup.psfhosted.org> |
| 2019-01-14 10:21:14 | vstinner | link | issue35066 messages |
| 2019-01-14 10:21:14 | vstinner | create | |