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 serverhorror
Recipients georg.brandl, serverhorror
Date 2008-10-09.20:48:57
SpamBayes Score 0.0012915201
Marked as misclassified No
Message-id <1223585339.1.0.142071058322.issue4094@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-10-09 20:48:59serverhorrorsetrecipients: + serverhorror, georg.brandl
2008-10-09 20:48:59serverhorrorsetmessageid: <1223585339.1.0.142071058322.issue4094@psf.upfronthosting.co.za>
2008-10-09 20:48:58serverhorrorlinkissue4094 messages
2008-10-09 20:48:57serverhorrorcreate