[issue20506] Command to display all available Import Library

Brett Cannon report at bugs.python.org
Tue Feb 4 16:00:54 CET 2014


Brett Cannon added the comment:

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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20506>
_______________________________________


More information about the Python-bugs-list mailing list