[issue32766] 4.7.7. Function Annotations

2021-09-02 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Mistaken notion in tutorial ___ Python tracker ___

[issue32766] 4.7.7. Function Annotations

2018-02-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.5 and its docs are frozen except for security patches. The 3.7 doc is identical. The sentence refers to the def statement and perhaps should say so. It should end with 'a required argument, an optional argument, and the return value

[issue32766] 4.7.7. Function Annotations

2018-02-04 Thread John Hossbach
New submission from John Hossbach : https://docs.python.org/3.5/tutorial/controlflow.html#function-annotations The end of the first paragraph states, "The following example has a positional argument, a keyword argument, and the return value annotated:" However, the