mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
merge from trunk
This commit is contained in:
parent
2d8dcdcb06
commit
f10a79aad4
40 changed files with 621 additions and 305 deletions
|
|
@ -775,9 +775,9 @@ can appear before a future statement are:
|
|||
.. XXX change this if future is cleaned out
|
||||
|
||||
The features recognized by Python 3.0 are ``absolute_import``, ``division``,
|
||||
``generators``, ``nested_scopes`` and ``with_statement``. They are all
|
||||
redundant because they are always enabled, and only kept for backwards
|
||||
compatibility.
|
||||
``generators``, ``unicode_literals``, ``print_function``, ``nested_scopes`` and
|
||||
``with_statement``. They are all redundant because they are always enabled, and
|
||||
only kept for backwards compatibility.
|
||||
|
||||
A future statement is recognized and treated specially at compile time: Changes
|
||||
to the semantics of core constructs are often implemented by generating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue