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

2015年2月26日 10:27:51 -0800

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~

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to