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

Nick Coghlan report at bugs.python.org
Sat Oct 26 16:25:13 CEST 2013


Nick Coghlan added the comment:

Turns out the relevant import is just plain missing from pkgutil, and we didn't notice because so many other things import it :P

----------

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


More information about the Python-bugs-list mailing list