This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r0b
Recipients docs@python, r0b
Date 2020-01-06.18:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578334311.83.0.989380005846.issue39231@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/tutorial/controlflow.html
4.7.8. Function Annotations
[...] "The following example has a positional argument, a keyword argument, and the return value annotated:"

It is not a "positional argument" but an "optional argument".
History
Date User Action Args
2020-01-06 18:11:51r0bsetrecipients: + r0b, docs@python
2020-01-06 18:11:51r0bsetmessageid: <1578334311.83.0.989380005846.issue39231@roundup.psfhosted.org>
2020-01-06 18:11:51r0blinkissue39231 messages
2020-01-06 18:11:51r0bcreate