[Python-ideas] Add `future_builtins` as an alias for `builtins`
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu May 17 04:00:39 CEST 2012
On 17/05/12 08:28, Mathias Panzenböck wrote:
> from __past__ import unicode_literals, future_builtins
I seem to remember Guido declaring ages ago that there would never
be any imports from the past. So the past import feature would first
have to be imported from a reality where he hadn't made that decision.
from __alternatetimeline__ import __past__
from __past__ import unicode_literals, future_builtins
--
Greg
More information about the Python-ideas
mailing list