[Import-SIG] Dynamic path calculation in PEP 420

Eric V. Smith eric at trueblade.com
Fri May 11 18:58:45 CEST 2012


On 05/11/2012 12:19 PM, Eric V. Smith wrote:
> On 05/11/2012 08:54 AM, Eric V. Smith wrote:
>> I think something along the lines of PJE's approach described in
>> http://mail.python.org/pipermail/import-sig/2012-April/000473.html is
>> doable. I think it's somewhat more complex because you need to call
>> finders to do the path computation, plus there's a cache involved, etc.
>>
>> I'd be willing to consider include this in the PEP, but I've run out of
>> time to prove it's feasible by implementing it in the features/pep-420
>> branch. If anyone else has time, that would be great.
> 
> Nevermind. I created some spare time and got it working. I'll update the
> PEP and the pep-420 branch sometime today.

I've updated the PEP and the pep-420 branch to support dynamic path
computation.

Eric.



More information about the Import-SIG mailing list