[issue12915] Add inspect.locate and inspect.resolve

Vinay Sajip report at bugs.python.org
Sat Feb 1 17:19:23 CET 2014


Vinay Sajip added the comment:

> importlib.util.resolve_name() already exists

But that's not what the proposed functionality is for, is it? This covers finding values inside an imported module which can be accessed via a dotted path from the module globals.

----------
resolution: out of date -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list