'from __future__ import ...' overview
Logan
logan at phreaker.nospam
Mon Nov 24 19:09:09 EST 2003
More information about the Python-list mailing list
Mon Nov 24 19:09:09 EST 2003
- Previous message (by thread): 'from __future__ import ...' overview
- Next message (by thread): Running another application from within Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)? I guess, normally such a list is not necessary because a new feature needs its 'from __future__ import ...' statement only in the present version of Python and will become default in the next version. But e.g. 'from __future__ import division' is said to not become default before Python 3.0. Usually, I use A.M. Kuchling's "What's new in Python 2.x" articles for that kind of stuff; but I thought, such a might exist somewhere as a short reference. Any links? -- mailto: logan at phreaker(NoSpam).net
- Previous message (by thread): 'from __future__ import ...' overview
- Next message (by thread): Running another application from within Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list