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 mmckerns
Recipients mmckerns
Date 2020-01-06.14:56:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578322571.14.0.441191353008.issue39230@roundup.psfhosted.org>
In-reply-to
Content
In Lib/datetime.py, there's an import: `from _datetime import *`
which will fail if `_datetime.py` exists in the current directory, or earlier in the path than Lib.  For reference, see:
https://github.com/numpy/numpy/issues/15257
History
Date User Action Args
2020-01-06 14:56:11mmckernssetrecipients: + mmckerns
2020-01-06 14:56:11mmckernssetmessageid: <1578322571.14.0.441191353008.issue39230@roundup.psfhosted.org>
2020-01-06 14:56:10mmckernslinkissue39230 messages
2020-01-06 14:56:10mmckernscreate