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

2020-01-12 Thread Mark Dickinson
Mark Dickinson added the comment: Pablo: thanks for the quick fix! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

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

2020-01-12 Thread miss-islington
miss-islington 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/a240f0545653d961c67c1eb1597cb70b67f4e5f1 --

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

2020-01-08 Thread miss-islington
miss-islington 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/9a669d58e8cb586fba38c84d5b631cd8a9

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

2020-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +17314 pull_request: https://github.com/python/cpython/pull/17902 ___ Python tracker ___ __

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

2020-01-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +17290 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17874 ___ Python tracker __

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

2020-01-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

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

2020-01-06 Thread Mark Dickinson
New submission from Mark Dickinson : 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@pyth