From 508c423fe10961b28d6c36eb3ffb25d4f6f5c552 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 23 Apr 2009 08:52:03 +0000 Subject: Add link to PEP 236. --- Doc/reference/simple_stmts.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 6ae0317..beb4623 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: -- cgit v0.12