[issue13314] ImportError ImportError: Import by filename, should be deferred until sys.meta_path hooks are processed

Rob Bairos report at bugs.python.org
Fri Nov 4 18:47:12 CET 2011


Rob Bairos <rbairos at gmail.com> added the comment:

Yah, thinking about this further, the real error is that sys.meta_path allows processing of names with #,?*  etc.
I can see why this would cause problems, as python names must only be _ and alphanumeric characters.
I'll re-implement this. 
Thanks.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list