[issue14710] pkgutil.get_loader is broken

Nick Coghlan report at bugs.python.org
Sun Mar 30 07:58:01 CEST 2014


Nick Coghlan added the comment:

Update as of Python 3.4: pkgutil.get_loader() still throws AttributeError for this case, but importlib.util.find_spec() returns None as expected.

----------
versions: +Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list