summaryrefslogtreecommitdiffstats
path: root/Doc/library/__future__.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-23 08:49:56 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-23 08:49:56 (GMT)
commit69923a1df646b52030b3702babc0470b7835494a (patch)
tree45964f2a88c494762df8d865b7259bc0492ecbda /Doc/library/__future__.rst
parent95089bc9bf756b04847b65f36640773a34d2eaa1 (diff)
downloadcpython-69923a1df646b52030b3702babc0470b7835494a.zip
cpython-69923a1df646b52030b3702babc0470b7835494a.tar.gz
cpython-69923a1df646b52030b3702babc0470b7835494a.tar.bz2
#5813: add a reference to the "future statements" section.
Diffstat (limited to 'Doc/library/__future__.rst')
-rw-r--r--Doc/library/__future__.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst
index d6f82a3..b09246e 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.