[issue2377] Replace __import__ w/ importlib.__import__

Brett Cannon report at bugs.python.org
Sun Apr 15 01:22:45 CEST 2012


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

So IDLE broke because it was relying on buggy behaviour accidentally left in Python 2.7 and carried forward (plus it was not updated to use best practices like importlib.import_module()). Roger, can you try the patch I have uploaded and see if that fixes things?

----------
Added file: http://bugs.python.org/file25218/update_idle.diff

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


More information about the Python-bugs-list mailing list