Re: [Python-Dev] Modulefinder

2006-10-27 Thread Thomas Heller
> On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> 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 n

Re: [Python-Dev] Modulefinder

2006-10-27 Thread Thomas Heller
> On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> 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 n

Re: [Python-Dev] Modulefinder

2006-10-21 Thread Guido van Rossum
Could you also prepare a patch for the p3yk branch? It's broken there too... On 10/13/06, Thomas Heller <[EMAIL PROTECTED]> 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.

[Python-Dev] Modulefinder

2006-10-13 Thread Thomas Heller
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