Re: Dynamic path calculation in PEP 420
"Eric V. Smith" <[email protected]>
| Newsgroups | gmane.comp.python.import |
|---|---|
| Message-ID | <[email protected]> |
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.