Thomas Heller added the comment:

> The modulefinder usage is directly exposed in its API as the return
> value of a find_module method, which makes removal a pain. Adding
> Thomas Heller to see what he has to say.

Some months ago, I have started to implement a brand-new modulefinder,
which is based on importlib.  It has a different API, but the (barely)
documented API functions remain the same or could be made compatible.
The advantage against the current modulefinder is that it finds modules
in zipfiles, for example in zipped eggs.

IMO it is not yet ready for inclusion into Python 3.4, but given the
plans for the first alpha release in August I will hopefully find
time to work on it a little bit more.

If someone wants to read the code, or try it out:

Modulefinder:
http://code.google.com/p/ctypes-stuff/source/browse/trunk/mf/mf4.py

Test:
http://code.google.com/p/ctypes-stuff/source/browse/trunk/mf/maketest.py

Thomas

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to