mirror of https://github.com/python/cpython
Add link to PEP 236.
This commit is contained in:
parent
69923a1df6
commit
508c423fe1
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue