#5813: add a reference to the "future statements" section.

This commit is contained in:
Georg Brandl 2009-04-23 08:49:56 +00:00
parent 95089bc9bf
commit 69923a1df6
1 changed files with 4 additions and 0 deletions

View 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.