Éric Araujo <mer...@netwok.org> added the comment:

Sorry if I was unclear; the functions work with a dotted name as a string and 
resolve it to an object.  __import__ works with module, whereas this kind of 
functions work with mod.name, pkg.mod.name.attr, etc., that is, they combine 
import and getattr.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to