[issue1116520] Prefix search is filesystem-centric

Brett Cannon report at bugs.python.org
Sun Feb 26 17:59:17 CET 2012


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

Importlib actually requires no files from disk; everything that is required for importlib are built-in modules or are constants in importlib itself (e.g. os.sep). So technically this should be doable since my bootstrap work freezes importlib itself.

----------

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


More information about the Python-bugs-list mailing list