commit | 508c423fe10961b28d6c36eb3ffb25d4f6f5c552 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Apr 23 08:52:03 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Apr 23 08:52:03 2009 +0000 |
tree | e941f1e1c8088d7ab34bde50e28d140a338e0575 | |
parent | 69923a1df646b52030b3702babc0470b7835494a [diff] |
Add link to PEP 236.
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 @@ 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: