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 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.
History
Date User Action Args
2020-06-02 00:50:52vstinnersetrecipients: + vstinner, ezio.melotti, serhiy.storchaka, p-ganssle
2020-06-02 00:50:52vstinnersetmessageid: <1591059052.88.0.79285880444.issue40799@roundup.psfhosted.org>
2020-06-02 00:50:52vstinnerlinkissue40799 messages
2020-06-02 00:50:52vstinnercreate