[Python-checkins] r71816 - python/trunk/Doc/library/__future__.rst

georg.brandl python-checkins at python.org
Thu Apr 23 10:49:56 CEST 2009


Author: georg.brandl
Date: Thu Apr 23 10:49:56 2009
New Revision: 71816

Log:
#5813: add a reference to the "future statements" section.

Modified:
   python/trunk/Doc/library/__future__.rst

Modified: python/trunk/Doc/library/__future__.rst
==============================================================================
--- python/trunk/Doc/library/__future__.rst	(original)
+++ python/trunk/Doc/library/__future__.rst	Thu Apr 23 10:49:56 2009
@@ -58,3 +58,7 @@
 
 No feature description will ever be deleted from :mod:`__future__`.
 
+.. seealso::
+
+   :ref:`future`
+      How the compiler treats future imports.


More information about the Python-checkins mailing list