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 brett.cannon
Recipients Arfrever, brett.cannon, docs@python, ezio.melotti, ncoghlan
Date 2011-09-26.18:03:49
SpamBayes Score 4.9126116e-05
Marked as misclassified No
Message-id <1317060230.58.0.140442597655.issue13048@psf.upfronthosting.co.za>
In-reply-to
Content
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__.
History
Date User Action Args
2011-09-26 18:03:50brett.cannonsetrecipients: + brett.cannon, ncoghlan, ezio.melotti, Arfrever, docs@python
2011-09-26 18:03:50brett.cannonsetmessageid: <1317060230.58.0.140442597655.issue13048@psf.upfronthosting.co.za>
2011-09-26 18:03:50brett.cannonlinkissue13048 messages
2011-09-26 18:03:49brett.cannoncreate