Message333598
| Author | vstinner |
|---|---|
| Recipients | belopolsky, docs@python, izbyshev, miss-islington, p-ganssle, taleinat, vstinner, xtreak |
| Date | 2019-01-14.10:20:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547461229.21.0.837336739002.issue34512@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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(). There is a similar discussion about trailing "%": bpo-35066. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-14 10:20:31 | vstinner | set | recipients: + vstinner, belopolsky, taleinat, docs@python, p-ganssle, izbyshev, miss-islington, xtreak |
| 2019-01-14 10:20:29 | vstinner | set | messageid: <1547461229.21.0.837336739002.issue34512@roundup.psfhosted.org> |
| 2019-01-14 10:20:29 | vstinner | link | issue34512 messages |
| 2019-01-14 10:20:29 | vstinner | create | |