Patrick Maupin wrote:
> The max 36 radix currently supported by int() is
> numerically suspiciously similar to the sum of the number of ASCII
> digit characters and the number of same-case ASCII letters

What would you use for digits in bases higher
than 36? Most of the ASCII punctuation is already
taken... start plundering unicode for more
alphabets?

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to