diff options
author | Georg Brandl <georg@python.org> | 2009-04-23 08:49:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-23 08:49:56 (GMT) |
commit | 69923a1df646b52030b3702babc0470b7835494a (patch) | |
tree | 45964f2a88c494762df8d865b7259bc0492ecbda /Doc | |
parent | 95089bc9bf756b04847b65f36640773a34d2eaa1 (diff) | |
download | cpython-69923a1df646b52030b3702babc0470b7835494a.zip cpython-69923a1df646b52030b3702babc0470b7835494a.tar.gz cpython-69923a1df646b52030b3702babc0470b7835494a.tar.bz2 |
#5813: add a reference to the "future statements" section.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/__future__.rst | 4 |
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. |