mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge with 3.2.
This commit is contained in:
commit
6aacc14e29
2 changed files with 13 additions and 3 deletions
|
@ -535,6 +535,11 @@ returned or passed around. Free variables used in the nested function can
|
|||
access the local variables of the function containing the def. See section
|
||||
:ref:`naming` for details.
|
||||
|
||||
.. seealso::
|
||||
|
||||
:pep:`3107` - Function Annotations
|
||||
The original specification for function annotations.
|
||||
|
||||
|
||||
.. _class:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue