]> granicus.if.org Git - python/commitdiff
Add link to PEP 236.
authorGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:52:03 +0000 (08:52 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:52:03 +0000 (08:52 +0000)
Doc/reference/simple_stmts.rst

index 6ae031739fe393e291e8872429375eb87e9edbdf..beb4623bf2f69a9a5a4fd145aba32708ac121e77 100644 (file)
@@ -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: