On Tue, Nov 9, 2010 at 10:00 PM, Antoine Pitrou <solip...@pitrou.net> 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 | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com