From 69923a1df646b52030b3702babc0470b7835494a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 23 Apr 2009 08:49:56 +0000 Subject: [PATCH] #5813: add a reference to the "future statements" section. --- Doc/library/__future__.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index d6f82a32170..b09246ef09c 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.