[issue13048] Handling of paths in first argument of imp.find_module()
Brett Cannon
report at bugs.python.org
Mon Sep 26 20:03:50 CEST 2011
Brett Cannon <brett at python.org> added the comment:
It's probably not a bad thing it's undocumented either since importing by file path was removed in Python 3, so this is another case where imp.find_module() differentiates from __import__.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13048>
_______________________________________
More information about the Python-bugs-list
mailing list