[issue16880] Importing "imp" will fail if dynamic loading not supported

Brett Cannon report at bugs.python.org
Sat Jan 12 15:17:33 CET 2013


Brett Cannon added the comment:

load_dynamic should probably be documented since it does something you can't do on your own and importlib itself uses it.

As for the exception test, it should be to make sure ImportError is raised (i.e. the 'else' clause is hit).

----------

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


More information about the Python-bugs-list mailing list