Steven D'Aprano wrote:
n for binary
t for octal
i for trinary
o for duodecimal

and of course, x for hexadecimal.

And in format strings:

  "c" for decimal
  "a" for char
  "r" for string
  "w" for raw string

Looks fine to me. Who wants to write the PEP?

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to