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 akihiro
Recipients akihiro, vinay.sajip
Date 2021-05-21.00:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621558547.01.0.196957131418.issue44120@roundup.psfhosted.org>
In-reply-to
Content
bar module use logging module of stdlib not bar.logging module in this test case.

change the statement to `from . import logging` is not a solution.
History
Date User Action Args
2021-05-21 00:55:47akihirosetrecipients: + akihiro, vinay.sajip
2021-05-21 00:55:47akihirosetmessageid: <1621558547.01.0.196957131418.issue44120@roundup.psfhosted.org>
2021-05-21 00:55:47akihirolinkissue44120 messages
2021-05-21 00:55:46akihirocreate