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 Thomas Güttler
Recipients Thomas Güttler
Date 2015-03-10.11:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425986086.94.0.227506635369.issue23625@psf.upfronthosting.co.za>
In-reply-to
Content
Please update the docs of imp.find_module()

https://docs.python.org/2/library/imp.html#imp.find_module

zipped egg files in sys.path are not found.

Please provide a link how to find modules in sys.path like the interpreter does (with support of zipped egg files).
History
Date User Action Args
2015-03-10 11:14:46Thomas Güttlersetrecipients: + Thomas Güttler
2015-03-10 11:14:46Thomas Güttlersetmessageid: <1425986086.94.0.227506635369.issue23625@psf.upfronthosting.co.za>
2015-03-10 11:14:46Thomas Güttlerlinkissue23625 messages
2015-03-10 11:14:46Thomas Güttlercreate