[New-bugs-announce] [issue6574] List the __future__ features in a table

Ezio Melotti report at bugs.python.org
Sun Jul 26 11:34:13 CEST 2009


New submission from Ezio Melotti <ezio.melotti at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6574>
_______________________________________


More information about the New-bugs-announce mailing list