[Python-Dev] Modulefinder

Thomas Heller theller at ctypes.org
Fri Oct 27 21:24:40 CEST 2006


> On 10/13/06, Thomas Heller <theller at python.net> wrote:
>> I have patched Lib/modulefinder.py to work with absolute and relative imports.
>> It also is faster now, and has basic unittests in Lib/test/test_modulefinder.py.
>>
>> The work was done in a theller_modulefinder SVN branch.
>> If nobody objects, I will merge this into trunk, and possibly also into release25-maint, when I have time.
> 

Guido van Rossum schrieb:
> Could you also prepare a patch for the p3yk branch? It's broken there too...
> 

I'm currently looking into this now.  IIUC, 'import foo' is an absolute
import now - is this the only change to the import machinery?

Thomas



More information about the Python-Dev mailing list