diff options
author | Georg Brandl <georg@python.org> | 2009-04-23 08:52:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-23 08:52:03 (GMT) |
commit | 508c423fe10961b28d6c36eb3ffb25d4f6f5c552 (patch) | |
tree | e941f1e1c8088d7ab34bde50e28d140a338e0575 /Doc/reference | |
parent | 69923a1df646b52030b3702babc0470b7835494a (diff) | |
download | cpython-508c423fe10961b28d6c36eb3ffb25d4f6f5c552.zip cpython-508c423fe10961b28d6c36eb3ffb25d4f6f5c552.tar.gz cpython-508c423fe10961b28d6c36eb3ffb25d4f6f5c552.tar.bz2 |
Add link to PEP 236.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 6ae0317..beb4623 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -907,6 +907,11 @@ for the rest of the interpreter session. If an interpreter is started with the a future statement, it will be in effect in the interactive session started after the script is executed. +.. seealso:: + + :pep:`236` - Back to the __future__ + The original proposal for the __future__ mechanism. + .. _global: |