On Sat, 4 Jan 2020, 02:55 Greg Ewing, <greg.ew...@canterbury.ac.nz> wrote:

> On 3/01/20 3:31 pm, Abdur-Rahmaan Janhangeer wrote:
>
> You can pass a zip file with a .pyz extension to the python
> interpreter and it will look for a __main__.py file and run
> it.
>
> That seems to give you all the functionality of a jar --
> including the limitations (e.g. you can't bundle extension
> modules or native libraries that way).
>

.jar provides more than just compression. It provides app info and has
signing ability

>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to