[New-bugs-announce] [issue4094] "Future statements" Doc from 2.6 refers to 2.5

Martin Marcher report at bugs.python.org
Thu Oct 9 22:48:59 CEST 2008


New submission from Martin Marcher <martin at marcher.name>:

http://docs.python.org/reference/simple_stmts.html#future-statements

says this:

"""
The features recognized by Python 2.5 are absolute_import, division,
generators, nested_scopes and with_statement. generators and
nested_scopes are redundant in Python version 2.3 and above because they
are always enabled.
"""

shouldn't it mention the features recognized by Python 2.6?

----------
assignee: georg.brandl
components: Documentation
messages: 74601
nosy: georg.brandl, martin.marcher
severity: normal
status: open
title: "Future statements" Doc from 2.6 refers to 2.5
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4094>
_______________________________________


More information about the New-bugs-announce mailing list