[issue23809] RFE: emit a warning when a module in a traceback shadows a stdlib module

Robert Collins report at bugs.python.org
Mon Mar 30 03:03:37 CEST 2015


Robert Collins added the comment:

Why limit this to just stdlib shadowing?

A local module can shadow a top level module-or-package across the board. If we don't limit it to stdlib names, it becomes a lot easier to implement.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23809>
_______________________________________


More information about the Python-bugs-list mailing list