[New-bugs-announce] [issue12915] Add inspect.locate and inspect.resolve

Éric Araujo report at bugs.python.org
Tue Sep 6 18:30:33 CEST 2011


New submission from Éric Araujo <merwok at netwok.org>:

The need to resolve a dotted name to a Python object is spreading in the stdlib: pydoc has locate and resolve, packaging has util.resolve_name, unittest has something else, etc.  For the benefit of stdlib maintainers as well as the community, I think such functionality should be exposed publicly by the inspect module.

----------
components: Library (Lib)
messages: 143626
nosy: eric.araujo
priority: normal
severity: normal
status: open
title: Add inspect.locate and inspect.resolve
type: feature request
versions: Python 3.3

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


More information about the New-bugs-announce mailing list