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 brett.cannon, donmez, eric.snow, larry, matejcik, ynkdir, yselivanov
Date 2014-02-25.16:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393347088.2.0.190096110802.issue20763@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the PEP 451 switch accidentally cut out compatibility code for PathEntryFinder.find_module() since Python 3.3 started the transition to find_loader(). Adding a bit of code to http://hg.python.org/cpython/file/8ac9c3754d33/Lib/importlib/_bootstrap.py#l1865 and a test will fix it.
History
Date User Action Args
2014-02-25 16:51:28brett.cannonsetrecipients: + brett.cannon, larry, donmez, matejcik, ynkdir, eric.snow, yselivanov
2014-02-25 16:51:28brett.cannonsetmessageid: <1393347088.2.0.190096110802.issue20763@psf.upfronthosting.co.za>
2014-02-25 16:51:28brett.cannonlinkissue20763 messages
2014-02-25 16:51:27brett.cannoncreate