From f10a79aad4e2fc62d2c3675e89f873b22b185e7b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 11 Oct 2008 00:49:57 +0000 Subject: merge from trunk --- Doc/reference/simple_stmts.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/reference') diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 9cf0bea33b..a799301f0d 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -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 -- cgit v1.2.1