Merge with 3.2.

This commit is contained in:
Georg Brandl 2012-03-10 09:27:30 +01:00
commit 6aacc14e29
2 changed files with 13 additions and 3 deletions

View file

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