]> granicus.if.org Git - python/commitdiff
Closes #14186: add link to PEP 3107 (function annotations) to the function definition...
authorGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 08:22:47 +0000 (09:22 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 08:22:47 +0000 (09:22 +0100)
Doc/reference/compound_stmts.rst

index aea08e08053833d94648835304692b1d3a7cc1c0..4ce7324550ee087cea313ea66af8650d6f31e340 100644 (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: