[docs] [issue11948] Tutorial/Modules - small fix to better clarify the modules search path

Eric Snow report at bugs.python.org
Thu Jan 19 17:52:02 CET 2012


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

FYI: unless importlib took undue liberties (unlikely), frozen modules also precede path-based modules.  See the implicit additions to sys.meta_path in Lib/importlib/_bootstrap.py.

Whether or not to include a mention of frozen modules in the tutorial...I'll leave that to you.  :)

----------
nosy: +eric.snow

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


More information about the docs mailing list