[issue39233] glossary entry for parameter out-of-date for positional-only parameters
New submission from Mark Dickinson <dickinsm@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@python components: Documentation messages: 359451 nosy: docs@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@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- nosy: +pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
Change by Pablo Galindo Salgado <pablogsal@gmail.com>: ---------- keywords: +patch pull_requests: +17290 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17874 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 9a669d58e8cb586fba38c84d5b631cd8a95d0c0c by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-39233: Update positional-only section in the glossary (GH-17874) https://github.com/python/cpython/commit/9a669d58e8cb586fba38c84d5b631cd8a95... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +17314 pull_request: https://github.com/python/cpython/pull/17902 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset a240f0545653d961c67c1eb1597cb70b67f4e5f1 by Miss Islington (bot) in branch '3.8': bpo-39233: Update positional-only section in the glossary (GH-17874) https://github.com/python/cpython/commit/a240f0545653d961c67c1eb1597cb70b67f... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
Mark Dickinson <dickinsm@gmail.com> added the comment: Pablo: thanks for the quick fix! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39233> _______________________________________
participants (4)
-
Karthikeyan Singaravelan -
Mark Dickinson -
miss-islington -
Pablo Galindo Salgado