Add link to PEP 236.

This commit is contained in:
Georg Brandl 2009-04-23 08:52:03 +00:00
parent 69923a1df6
commit 508c423fe1
1 changed files with 5 additions and 0 deletions

View File

@ -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: