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 mark.dickinson
Recipients docs@python, mark.dickinson
Date 2020-01-06.18:54:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578336890.4.0.142758348692.issue39233@roundup.psfhosted.org>
In-reply-to
Content
The glossary entry for parameter[1] says:

> Python has no syntax for defining positional-only parameters.

Since PEP 570 landed in Python 3.8, that's no longer true.


[1] https://docs.python.org/3/glossary.html#term-parameter
History
Date User Action Args
2020-01-06 18:54:50mark.dickinsonsetrecipients: + mark.dickinson, docs@python
2020-01-06 18:54:50mark.dickinsonsetmessageid: <1578336890.4.0.142758348692.issue39233@roundup.psfhosted.org>
2020-01-06 18:54:50mark.dickinsonlinkissue39233 messages
2020-01-06 18:54:50mark.dickinsoncreate