[Python-Dev] Re: [Import-sig] Re: Proposal for a modified import
mechanism.
James C. Ahlstrom
jim@interet.com
Thu, 15 Nov 2001 09:27:18 -0500
Prabhu Ramachandran wrote:
> I have a few other things to wind up this week, so I'll try starting
> to write the PEP this weekend. I'll first run it by Eric and maybe
> pester Gordon a bit before I pass it on to the experts.
Please note that I am currently coding PEP 273
http://python.sourceforge.net/peps/pep-0273.html
which also deals with imports. My changes are mostly
confined to import.c. If you plan to change import.c
we need to coordinate. My changes have nothing to do
with the way packages are imported. The existing
mechanism is extended to zip archives.
Jim Ahlstrom