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, barry, brett.cannon, eric.smith, eric.snow, georg.brandl, ncoghlan, pje, python-dev
Date 2012-08-10.15:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344614016.22.0.27729128725.issue15502@psf.upfronthosting.co.za>
In-reply-to
Content
Actually there is one issue with PathEntryFinder inheriting from Finder; it doesn't need to implement find_module() if it doesn't want to in Python 3.3. So I will need to stick in a dummy find_module() on the class that calls find_loader() and then returns any found loader and tosses the namespace paths.
History
Date User Action Args
2012-08-10 15:53:36brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, pje, ncoghlan, eric.smith, Arfrever, python-dev, eric.snow
2012-08-10 15:53:36brett.cannonsetmessageid: <1344614016.22.0.27729128725.issue15502@psf.upfronthosting.co.za>
2012-08-10 15:53:35brett.cannonlinkissue15502 messages
2012-08-10 15:53:35brett.cannoncreate