[issue39233] glossary entry for parameter out-of-date for positional-only parameters

Mark Dickinson report at bugs.python.org
Mon Jan 6 13:54:50 EST 2020


New submission from Mark Dickinson <dickinsm at gmail.com>:

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

----------
assignee: docs at python
components: Documentation
messages: 359451
nosy: docs at python, mark.dickinson
priority: normal
severity: normal
status: open
title: glossary entry for parameter out-of-date for positional-only parameters
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39233>
_______________________________________


More information about the Python-bugs-list mailing list