[Python-Dev] Proto-PEP regarding writing bytecode files

Guido van Rossum guido@python.org
Thu, 23 Jan 2003 13:05:28 -0500


> I thought the concensus was that zip files shouldn't normally
> contain bytecode anyway.

Oh, to the contrary.  For efficient distribution, zip files containing
only byte code are very useful.

--Guido van Rossum (home page: http://www.python.org/~guido/)