[issue1559549] ImportError needs attributes for module and file name

Brett Cannon report at bugs.python.org
Wed Jul 13 23:05:36 CEST 2011


Brett Cannon <brett at python.org> added the comment:

No, we don't need attribute_name as that is getting too specific. Your example is simply importing validmodule.name_with_typo which happens to possibly be an attribute on the module instead of another module or subpackage.

----------

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


More information about the Python-bugs-list mailing list