[issue2377] Replace __import__ w/ importlib.__import__

Antoine Pitrou report at bugs.python.org
Mon Mar 5 01:23:03 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> I don't think that needs to be a gating criteria for the initial commit, though.

I think it should, otherwise we will end up in a situation worse than
currently (we will have two competing default implementations of import,
depending which API you invoke).

----------

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


More information about the Python-bugs-list mailing list