]> granicus.if.org Git - python/commitdiff
#5813: add a reference to the "future statements" section.
authorGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:49:56 +0000 (08:49 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:49:56 +0000 (08:49 +0000)
Doc/library/__future__.rst

index d6f82a321707731d5da6b08d498b8904a6e8d45f..b09246ef09c4f9acec8bc3b888806bdf834cfb66 100644 (file)
@@ -58,3 +58,7 @@ attribute on :class:`_Feature` instances.
 
 No feature description will ever be deleted from :mod:`__future__`.
 
+.. seealso::
+
+   :ref:`future`
+      How the compiler treats future imports.