diff options
Diffstat (limited to 'Doc/library/__future__.rst')
-rw-r--r-- | Doc/library/__future__.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 3c42393..1e07f20 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -4,6 +4,9 @@ .. module:: __future__ :synopsis: Future statement definitions +**Source code:** :source:`Lib/__future__.py` + +-------------- :mod:`__future__` is a real module, and serves three purposes: |