[Python-Dev] Backporting PEP 3127 to trunk
Eric Smith
eric+python-dev at trueblade.com
Fri Feb 22 20:30:30 CET 2008
More information about the Python-Dev mailing list
Fri Feb 22 20:30:30 CET 2008
- Previous message: [Python-Dev] Backporting PEP 3127 to trunk
- Next message: [Python-Dev] Backporting PEP 3127 to trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Backporting PEP 3127 to trunk
- Next message: [Python-Dev] Backporting PEP 3127 to trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list