On Tue, Nov 9, 2010 at 10:00 PM, Antoine Pitrou <[email protected]> wrote:
>> -    characters = ("abcdefghijklmnopqrstuvwxyz" +
>> -                  "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
>> -                  "0123456789_")
>> +    characters = "abcdefghijklmnopqrstuvwxyz0123456789_"
>
> Aren't you reducing entropy here?

Perhaps in some cases, but it also makes the behaviour consistent
across all platforms.

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to