Antoine Pitrou <pit...@free.fr> added the comment: "fullname" is technically wrong:
>>> import logging.bar Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'bar' "module_name" sounds fine and explicit enough to me. Also, as Eric points out, there are many places where an ImportError is raised. You might want to create a private helper API. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1559549> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com