Re: [Python-Dev] [Python-checkins] r84619 - python/branches/py3k/Misc/developers.txt

2010-09-11 Thread Éric Araujo
Author: georg.brandl Date: Wed Sep 8 12:43:45 2010 New Revision: 84619 Log: Add Lukasz. I guess you had to asciify Łukasz’ name because developers.txt is in Latin-1, which cannot encode the first character. I think the file should be recoded to UTF-8 so that we have no artificial restrictions o

Re: [Python-Dev] [Python-checkins] r84619 - python/branches/py3k/Misc/developers.txt

2010-09-11 Thread Terry Reedy
On 9/11/2010 12:29 PM, Éric Araujo wrote: Log: Add Lukasz. I guess you had to asciify Łukasz’ name because developers.txt is in Latin-1, which cannot encode the first character. I think the file should be recoded to UTF-8 so that we have no artificial restrictions on people’s names. I’ll wait

Re: [Python-Dev] Garbage announcement printed on interpreter shutdown

2010-09-11 Thread Brett Cannon
On Fri, Sep 10, 2010 at 14:55, Daniel Stutzbach wrote: > On Fri, Sep 10, 2010 at 3:32 PM, Georg Brandl wrote: >> >> IMO this runs contrary to the decision we made when DeprecationWarnings >> were >> made silent by default: it spews messages not only at developers, but also >> at >> users, who don

Re: [Python-Dev] [Python-checkins] r84619 - python/branches/py3k/Misc/developers.txt

2010-09-11 Thread Éric Araujo
> I would agree, but also suggest a latin transcription for > non-latin-alphabet names. I think that people whose alphabet is for example Cyrillic already use a Latin transliteration in those files, so it’s good. Are you also including names using extended Latin alphabets (like Łukasz) in your s

Re: [Python-Dev] [Python-checkins] r84619 - python/branches/py3k/Misc/developers.txt

2010-09-11 Thread Terry Reedy
On 9/11/2010 3:05 PM, Éric Araujo wrote: I would agree, but also suggest a latin transcription for non-latin-alphabet names. I think that people whose alphabet is for example Cyrillic already use a Latin transliteration in those files, so it’s good. At present, such people have no choice ;-).