Message370584
| Author |
vstinner |
| Recipients |
ezio.melotti, p-ganssle, serhiy.storchaka, vstinner |
| Date |
2020年06月02日.00:50:52 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1591059052.88.0.79285880444.issue40799@roundup.psfhosted.org> |
| In-reply-to |
| Content |
About _strptime, I see that the time.strptime() imports internally the _strptime module. If we move _strptime inside datetime: does it mean that calling time.strptime() would have to import the datetime module? It doesn't sound right to me. I see the time as the low-level interface: it should not rely on the high-level interface. I prefer to separate _strptime module from the datetime module. |
|