'from __future__ import ...' overview

Michael Hudson mwh at python.net
Tue Nov 25 06:47:13 EST 2003


Logan <logan at phreaker.nospam> writes:

> Is there a list with all 'from __future__ import ...' statements 
> (which lists all the statements, in which version of Python the
> feature was introduced and in which version of Python it will become
> the default behavior)?

Yes: in __future__.py :-)

Cheers,
mwh

-- 
  Lisp does badly because we refuse to lie.  When people ask us if 
  we can solve insoluble problems we say that we can't, and because 
  they expect us to lie to them, they find some other language
  where the truth is less respected.   -- Tim Bradshaw, comp.lang.lisp




More information about the Python-list mailing list