[issue44120] logging.config.fileConfig/dictConfig can not import class

Vinay Sajip report at bugs.python.org
Fri May 21 07:50:34 EDT 2021


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> bar module use logging module of stdlib not bar.logging module in this test case.

Then bar.logging is ambiguous. There's no reason one has to use a stdlib package name in one's own package.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44120>
_______________________________________


More information about the Python-bugs-list mailing list