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

2015-02-18 Thread Barry Warsaw
On Feb 18, 2015, at 09:16 PM, Paul Moore wrote:

>That covers mime types, but not file extensions, so it's not really
>what *I* thought Barry was talking about.

I was actually thinking about both. :)

The Wikipedia page has several external links to collections of file
extensions, but I don't know that there's *an* official registry.

http://en.wikipedia.org/wiki/File_extension

Picking FileInfo.com at random, and searching for a few .py* extensions, you
find the usual suspects, plus a few others, but all are Python related, and
there's no .pyz extension currently registered.

>Also, I don't think reserving anything is something I, as an
>individual (and specifically a non-Unix user) should do. It probably
>should be handled by the PSF, as the process seems to need a contact
>email address...

Probably so.  Seems like they could pick one or more of these registries and
register pyz for this purpose.

Cheers,
-Barry

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2015-02-18 Thread Paul Moore
On 18 February 2015 at 20:48, Jim J. Jewett  wrote:
> Barry Warsaw wrote:
>>> I don't know exactly what the procedure would be to claim .pyz for *nix,
>>> e.g. updating /etc/mime.types, but I think the PEP should at least mention
>>> this.  I think we want to get as official support for .pyz files on *nix as
>>> possible.
>
> Paul Moore wrote:
>> I'll add a note to the PEP, but I have no idea how we would even go
>> about that, so that's all I can do, unfortunately.
>
> Are you just looking for
>
> http://www.iana.org/assignments/media-types/media-types.xhtml
>
> and its references, including the registration procedures
>
> http://tools.ietf.org/html/rfc6838#section-4.2.5
>
> and the application form at
>
> http://www.iana.org/form/media-types
>
> ?

That covers mime types, but not file extensions, so it's not really
what *I* thought Barry was talking about.

Actually, I guess the first question is whether ".py" is reserved for
Python scripts. If it is, then certainly /pyz should be reserved in a
similar way for Python Zip Applications. If there's no formal
registration of .py, then it seems a bit unreasonable to bother for
.pyz...

Also, I don't think reserving anything is something I, as an
individual (and specifically a non-Unix user) should do. It probably
should be handled by the PSF, as the process seems to need a contact
email address...

Paul
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2015-02-18 Thread Jim J. Jewett


Barry Warsaw wrote:
>> I don't know exactly what the procedure would be to claim .pyz for *nix,
>> e.g. updating /etc/mime.types, but I think the PEP should at least mention
>> this.  I think we want to get as official support for .pyz files on *nix as
>> possible.

Paul Moore wrote:
> I'll add a note to the PEP, but I have no idea how we would even go
> about that, so that's all I can do, unfortunately.

Are you just looking for 

http://www.iana.org/assignments/media-types/media-types.xhtml

and its references, including the registration procedures

http://tools.ietf.org/html/rfc6838#section-4.2.5

and the application form at

http://www.iana.org/form/media-types

? 

-jJ

--

If there are still threading problems with my replies, please
email me with details, so that I can try to resolve them.  -jJ
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Python 3.4 RPM on AIX

2015-02-18 Thread Benjamin Peterson


On Tue, Feb 17, 2015, at 23:06, Blaxton wrote:
> Hi Zach,
> I think it is best to remove the .spec file if it is not supported by
> Python developers.It is misleading to ship unsupported file within source
> tree.

I agree, so I just removed it.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com