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

Eric Snow report at bugs.python.org
Wed Mar 21 06:43:32 CET 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

Here's a listing of the places where import-ish modules are used in CPython.  Once things all the import stuff currently on the table is wrapped up, I'll probably work on switching things over to using importlib directly.

----------
Added file: http://bugs.python.org/file24980/use_of_imp.txt

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


More information about the Python-bugs-list mailing list