[Import-SIG] PEP 402 implementation

Nick Coghlan ncoghlan at gmail.com
Thu Jul 21 01:27:13 CEST 2011


On Thu, Jul 21, 2011 at 6:08 AM, Brett Cannon <brett at python.org> wrote:
> I really doubt anyone has jumped into this as much as you have, Eric. =) You
> can also always do it on bitbucket or somewhere so that others can
> collaborate. I believe there is even a cpython mirror there so that should
> make it easy to fork and pull in updates.

+1 for publishing on bitbucket. I recently moved my own sandox from
python.org to bitbucket in order to make collaboration easier and I
know Eric already has an account there (cf. the importlib 2.x backport
scripts).

The cpython mirror is at: https://bitbucket.org/mirror/cpython/overview

Also, take note of the refinement PJE described on python-dev:
sys.virtual_packages will be a dict mapping to __path__ contents and
directly importing pure virtual packages will only be permitted if a
child package has already been successfully imported.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Import-SIG mailing list