Closes #14186: add link to PEP 3107 (function annotations) to the function definition section.

This commit is contained in:
Georg Brandl 2012-03-10 09:22:47 +01:00
parent 065dedaf47
commit 64a40949cf
1 changed files with 5 additions and 0 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: