From: Georg Brandl Date: Thu, 23 Apr 2009 08:52:03 +0000 (+0000) Subject: Add link to PEP 236. X-Git-Tag: v2.7a1~1428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508c423fe10961b28d6c36eb3ffb25d4f6f5c552;p=thirdparty%2FPython%2Fcpython.git Add link to PEP 236. --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 6ae031739fe3..beb4623bf2f6 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -907,6 +907,11 @@ for the rest of the interpreter session. If an interpreter is started with the a future statement, it will be in effect in the interactive session started after the script is executed. +.. seealso:: + + :pep:`236` - Back to the __future__ + The original proposal for the __future__ mechanism. + .. _global: