[issue14967] distutils2.utils.resolve_name cannot be implemented to give correct errors in all situations

Ronny Pfannschmidt report at bugs.python.org
Thu May 31 14:29:04 CEST 2012


Ronny Pfannschmidt <ronny.pfannschmidt at gmail.com> added the comment:

an example of creating a wrong error would be something like the following:

there is a package foo.bar, which does a wrong import in __init__.py
we want to resolve the name foo.bar.something

we'd get the error that foo has no attribute bar

----------

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


More information about the Python-bugs-list mailing list