[Python-checkins] r71817 - python/trunk/Doc/reference/simple_stmts.rst

georg.brandl python-checkins at python.org
Thu Apr 23 10:52:03 CEST 2009


Author: georg.brandl
Date: Thu Apr 23 10:52:03 2009
New Revision: 71817

Log:
Add link to PEP 236.

Modified:
   python/trunk/Doc/reference/simple_stmts.rst

Modified: python/trunk/Doc/reference/simple_stmts.rst
==============================================================================
--- python/trunk/Doc/reference/simple_stmts.rst	(original)
+++ python/trunk/Doc/reference/simple_stmts.rst	Thu Apr 23 10:52:03 2009
@@ -907,6 +907,11 @@
 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:
 


More information about the Python-checkins mailing list