[Python-3000] Octal (original) (raw)

Patrick Maupin pmaupin at gmail.com
Wed Mar 14 19:48:26 CET 2007


On 3/14/07, Oleg Broytmann <phd at phd.pp.ru> wrote:

0b101010 0c660 0xffe I.e. the first letter from "bin", the second from "oct", the third from "hex". Also "0c" resembles "oc" from "oct".

-1 on "c" It's too visually close to "0" in some fonts.

+1 on "t"

"t" does not appear in 'binary' or 'hexadecimal' "x" does not appear in 'binary' or 'octal' "b" does not appear in 'octal' or 'hexadecimal'

And finally "c" means "character" in %s or PEP3101, and "t" is not yet defined as a type specifier.

So just to couch it all in terms of a proposal:

Regards, Pat



More information about the Python-3000 mailing list