[issue2090] __import__ with fromlist=[''] causes double initialization of modules
Brett Cannon
report at bugs.python.org
Mon Feb 2 21:10:57 CET 2009
Brett Cannon <brett at python.org> added the comment:
And just some more info, Python 2.7/3.1 have gained the importlib
module/package and its import_module function which gives a much saner
API than __import__.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2090>
_______________________________________
More information about the Python-bugs-list
mailing list