Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread Scott Dial
Paul Moore wrote: > On 15/07/07, Aahz <[EMAIL PROTECTED]> 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 > supp

Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread Terry Reedy
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

Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread skip
>> 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 cha

Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread Paul Moore
On 15/07/07, Aahz <[EMAIL PROTECTED]> 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 t

Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread Aahz
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

Re: [Python-Dev] Subversion branch merging

2007-07-15 Thread Dave Harrison
Martin v. Löwis wrote: >> That said, there are always strong arguments in >> favour of the distributed model encouraging and fostering community >> dev participation > > Just for the record: Python's development model *is* distributed, > and has been for a long time. We don't all work in the same