[Python-Dev] Backporting PEP 3127 to trunk

Eric Smith eric+python-dev at trueblade.com
Fri Feb 22 20:30:30 CET 2008


Guido van Rossum wrote:
> I wonder if, in order to change the behavior of various built-in
> functions, it wouldn't be easier to be able to write
> 
> from future_builtins import oct, hex  # and who knows what else

This makes sense to me, especially if we have a 2to3 fixer which removes 
this line.  I'll work on implementing future_builtins.



More information about the Python-Dev mailing list