[Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

Barry Warsaw barry at python.org
Wed Feb 25 21:11:49 CET 2015


On Feb 25, 2015, at 07:33 PM, Paul Moore wrote:

>The module defines two convenience functions:
>
>
>.. function:: create_archive(directory, target=None, interpreter=None,
>main=None)
>
>   Create an application archive from *source*.  The source can be any
>   of the following:

I think you meant s/directory/source/ in the signature.

Other than that, +1.

Cheers,
-Barry


More information about the Python-Dev mailing list