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

Eric Snow report at bugs.python.org
Sat Apr 21 04:07:06 CEST 2012


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

I'd still like to consider this a bit more.  When you're trying to understand imports, having one place to look (Lib/importlib/_bootstrap.py) is better than two, especially when the one is pure Python code.  So it still may be worth it to pull in the odds and ends that play into that.

----------

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


More information about the Python-bugs-list mailing list