New submission from Ezio Melotti <ezio.melo...@gmail.com>: 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 ---------- assignee: ezio.melotti components: Documentation keywords: easy messages: 90935 nosy: ezio.melotti priority: low severity: normal stage: needs patch status: open title: List the __future__ features in a table versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6574> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com