[Python-3000] PEP 3127 (integer literal syntax) -- any takers?

Guido van Rossum guido at python.org
Sat Jun 9 00:27:51 CEST 2007


PEP 3127 (Integer Literal Support and Syntax) introduces new notations
for octal and binary integers. This isn't implemented yet. Are there
any takers? It shouldn't be particularly complicated.

Separately, the 2to3 tool needs a fixer for this (and it should also
accept the new notations in its input).

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list