[issue2377] Replace __import__ w/ importlib.__import__

Brett Cannon report at bugs.python.org
Sun Apr 15 03:52:38 CEST 2012


Brett Cannon <brett at python.org> added the comment:

OK, crasher is fixed (as is importlib as it failed on the test case as well thanks to the slicing of [:-0] returning the empty string instead of the entire string).

And I will update the docs to be a bit more clear about things (at least those docs have the right default value for level).

----------

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


More information about the Python-bugs-list mailing list