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 arupchakrav, benjamin.peterson, brett.cannon, pitrou, rhettinger
Date 2014-02-04.15:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391526054.49.0.440472585412.issue20506@psf.upfronthosting.co.za>
In-reply-to
Content
The trick would be how to query finders to say "what could you find?" There is no API for that so either something pragmatic that won't work in the face of e.g. zipfiles would need to be used or a new optional API on finders to list what the tail name of modules it can find are (but without the package name as most finders just use fullname.rpartition('.')[-1] to figure out what they are looking for).
History
Date User Action Args
2014-02-04 15:00:54brett.cannonsetrecipients: + brett.cannon, rhettinger, pitrou, benjamin.peterson, arupchakrav
2014-02-04 15:00:54brett.cannonsetmessageid: <1391526054.49.0.440472585412.issue20506@psf.upfronthosting.co.za>
2014-02-04 15:00:54brett.cannonlinkissue20506 messages
2014-02-04 15:00:54brett.cannoncreate