[Python-Dev] future_builtins
Eric Smith
eric+python-dev at trueblade.com
Sat Feb 23 18:01:35 CET 2008
More information about the Python-Dev mailing list
Sat Feb 23 18:01:35 CET 2008
- Previous message: [Python-Dev] future_builtins (was: Backporting PEP 3127 to trunk)
- Next message: [Python-Dev] future_builtins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote: > I don't think a -3 warning for oct or hex would do any good. I'm curious as to why. oct and hex have different behavior in 3.0, which is what I thought -3 was for. hex might be overkill, as the only differences are the "L" and the __hex__ behavior. But oct is always different.
- Previous message: [Python-Dev] future_builtins (was: Backporting PEP 3127 to trunk)
- Next message: [Python-Dev] future_builtins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list