From: Georg Brandl Date: Thu, 23 Apr 2009 08:49:56 +0000 (+0000) Subject: #5813: add a reference to the "future statements" section. X-Git-Tag: v2.7a1~1429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69923a1df646b52030b3702babc0470b7835494a;p=python #5813: add a reference to the "future statements" section. --- diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index d6f82a3217..b09246ef09 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -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.