|
|
| Re: Add a -z interpreter flag to
execute a zip file |
  Denmark |
2007-07-13 01:40:23 |
Andy C wrote:
> So does everyone agree that there should be a new
extension called
> .pyz?
How about .pyzip instead? To make it more obvious, and not
mistakable for .py.z.
- Anders
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Add a -z interpreter flag to
execute a zip file |
  United States |
2007-07-13 06:17:18 |
On Friday 13 July 2007, Anders J. Munch wrote:
> How about .pyzip instead? To make it more obvious,
and not mistakable for
> .py.z.
I guess it would be pinheaded to call it .zippy.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Add a -z interpreter flag to
execute a zip file |
  United States |
2007-07-13 07:19:54 |
Fred L. Drake, Jr. wrote:
> On Friday 13 July 2007, Anders J. Munch wrote:
> > How about .pyzip instead? To make it more
obvious, and not mistakable for
> > .py.z.
>
> I guess it would be pinheaded to call it .zippy.
>
I believe .zpy would be most recognizable and lest subject
to confusion.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/st
eve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Add a -z interpreter flag to
execute a zip file |

|
2007-07-13 21:58:40 |
Anders J. Munch wrote:
> How about .pyzip instead? To make it more obvious, and
not mistakable for .py.z.
Indeed. Is there any need to restrict extensions to
3 characters these days? Last time I experimented
with this on Windows, it seemed to handle longer
extensions okay.
--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Three-char file extensions |
  United States |
2007-07-15 07:58:54 |
On Sat, Jul 14, 2007, Greg Ewing wrote:
> Anders J. Munch wrote:
>>
>> How about .pyzip instead? To make it more obvious,
and not
>> mistakable for .py.z.
>
> Indeed. Is there any need to restrict extensions to 3
characters these
> days? Last time I experimented with this on Windows, it
seemed to
> handle longer extensions okay.
ARAIK, the only disk fromat that really cares about this
which may still
be in widespread use is ISO-9660-formatted CDs without
Joliet/Rock Ridge
extensions. Also, it seems that memory sticks and USB thumb
drives are
often formatted with FAT because that's the closest we have
to a
universal file format.
--
Aahz (aahz pythoncraft.com) <*> http://www.pythoncraft.co
m/
I support the RKAB
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Three-char file extensions |

|
2007-07-15 08:31:18 |
On 15/07/07, Aahz <aahz pythoncraft.com> wrote:
> Also, it seems that memory sticks and USB thumb drives
are
> often formatted with FAT because that's the closest we
have to a
> universal file format.
I think they tend to use FAT32 (the ones I've seen do),
which does
support long filenames and more than 3 character
extensions.
Paul
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Three-char file extensions |
  United States |
2007-07-15 09:08:24 |
>> Also, it seems that memory sticks and USB thumb
drives are often
>> formatted with FAT because that's the closest
we have to a universal
>> file format.
Paul> I think they tend to use FAT32 (the ones I've
seen do), which does
Paul> support long filenames and more than 3
character extensions.
I'd check with the guys doing the Portable Python and
Movable Python stuff
to see if they see >-three-char extensions as a problem.
http://www.portablepyt
hon.com/
http://www.
voidspace.org.uk/python/movpy/
They both seem to be Window-centric so they've pretty much
been off my radar
screen.
Skip
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|
| Re: Three-char file extensions |
  United States |
2007-07-15 13:39:39 |
For me, .pyz is fine. Python has more or less a trademark
on .pyx
extensions, and one more fits well. I think we should stick
with them.
Confusion of .pyz with .py.z is not an issue with Windows
users, though I
can understand how it might be for *nix users. On the other
hand, pyzip is
quite similar (too similar?) to pkzip.
tjr
_______________________________________________
Python-Dev mailing list
Python-Dev python.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com
|
|