[Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support
Ethan Furman
ethan at stoneleaf.us
Thu Feb 26 19:23:24 CET 2015
On 02/26/2015 09:28 AM, Glenn Linderman wrote:
> On 2/26/2015 9:05 AM, Paul Moore wrote:
>> ``create_archive(source, target=None, interpreter=None, main=None)``
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> Create an application archive from *source*. The source can be any
>> of the following:
>>
>> * The name of a directory, in which case a new application archive
>> will be created from the content of that directory.
>> * The name of an existing application archive file, in which case the
>> file is copied to the target. The file name should include the
>> ``.pyz`` extension, if required.
>
> Or ".pyzw", I presume.
Hmm -- can the py launcher handle a `#!pythonw` line to properly launch a .pyz (or .py) file?
--
~Ethan~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150226/d9a8abb1/attachment.sig>
More information about the Python-Dev
mailing list