This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients docs@python, eric.araujo, eric.snow, ezio.melotti, georg.brandl, python-dev, r.david.murray, rhettinger, sandro.tosi, terry.reedy
Date 2012-01-19.16:52:01
SpamBayes Score 8.897059e-05
Marked as misclassified No
Message-id <1326991922.23.0.177000049641.issue11948@psf.upfronthosting.co.za>
In-reply-to
Content
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.  :)
History
Date User Action Args
2012-01-19 16:52:02eric.snowsetrecipients: + eric.snow, georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, docs@python, python-dev
2012-01-19 16:52:02eric.snowsetmessageid: <1326991922.23.0.177000049641.issue11948@psf.upfronthosting.co.za>
2012-01-19 16:52:01eric.snowlinkissue11948 messages
2012-01-19 16:52:01eric.snowcreate