'from __future__ import ...' overview
Andrew Bennetts
andrew-pythonlist at puzzling.org
Mon Nov 24 19:24:41 EST 2003
On Tue, Nov 25, 2003 at 01:09:09AM +0100, Logan wrote:
> 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 -- __future__.py in the python standard library.
-Andrew.
More information about the Python-list
mailing list