[issue19409] pkgutil isn't importable from a file or the REPL

Nick Coghlan report at bugs.python.org
Sat Oct 26 16:33:42 CEST 2013


Nick Coghlan added the comment:

Ah, I figured out which commit broke it, too: the one that deprecated the imp module (see http://hg.python.org/cpython/rev/1b8f08c4efd5)

Previously, the importlib.machinery dependency was satisfied indirectly through imp.

----------

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


More information about the Python-bugs-list mailing list