This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti
Date 2009-07-26.09:34:10
SpamBayes Score 0.006570726
Marked as misclassified No
Message-id <1248600853.49.0.371600667943.issue6574@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation about the __future__ features [1] only lists the
features available for that particular version, without specifying when
they were added and their effects.
It would be nice to have a table with |feature|version added|effect|.
A better place for this table could also be the page of the __future__
module [2].

[1]: http://docs.python.org/reference/simple_stmts.html#future
[2]: http://docs.python.org/library/__future__.html
History
Date User Action Args
2009-07-26 09:34:13ezio.melottisetrecipients: + ezio.melotti
2009-07-26 09:34:13ezio.melottisetmessageid: <1248600853.49.0.371600667943.issue6574@psf.upfronthosting.co.za>
2009-07-26 09:34:11ezio.melottilinkissue6574 messages
2009-07-26 09:34:10ezio.melotticreate