[Python-Dev] PEP 273: Import Modules from Zip Archives (original) (raw)

James C. Ahlstrom jim@interet.com
Wed, 31 Oct 2001 11:44:34 -0500


Guido van Rossum wrote:

> OK. I propose that there is one name added to sys.path, and the > file name is "python%s%s.zip" % (sys.version[0], sys.version[2]).

Sounds good to me. Somebody please update the PEP.

The PEP is updated.

Did we decide to allow import of *.py?

JimA