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 gvanrossum
Recipients gvanrossum, stijnvandrongelen
Date 2021-01-12.18:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610475739.29.0.151849169769.issue42906@roundup.psfhosted.org>
In-reply-to
Content
Sorry, this is not a bug. The builtin time module takes precedence in this case because the current directory is not put at the front of the module search path (sys.path).

As a workaround you could exportPYTHONPATH=.
History
Date User Action Args
2021-01-12 18:22:19gvanrossumsetrecipients: + gvanrossum, stijnvandrongelen
2021-01-12 18:22:19gvanrossumsetmessageid: <1610475739.29.0.151849169769.issue42906@roundup.psfhosted.org>
2021-01-12 18:22:19gvanrossumlinkissue42906 messages
2021-01-12 18:22:19gvanrossumcreate