[issue13959] Re-implement parts of imp in pure Python

Brett Cannon report at bugs.python.org
Sat May 12 23:49:58 CEST 2012


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

I have importlib.find_loader() coded up, but getting rid of find_module() is going to be a pain thanks to pkgutil, multiprocessing.forking, modulefinder, and idlelib.EditorWindow.

----------

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


More information about the Python-bugs-list mailing list