This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo
Date 2011-09-06.16:30:32
SpamBayes Score 3.031928e-07
Marked as misclassified No
Message-id <1315326633.9.0.910127000285.issue12915@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-09-06 16:30:33eric.araujosetrecipients: + eric.araujo
2011-09-06 16:30:33eric.araujosetmessageid: <1315326633.9.0.910127000285.issue12915@psf.upfronthosting.co.za>
2011-09-06 16:30:32eric.araujolinkissue12915 messages
2011-09-06 16:30:32eric.araujocreate