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.

classification
Title: Full grammar specification should link to PEP 617
Type: Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: SnoopJeDi, docs@python, gvanrossum, lys.nikolaou, pablogsal, snoopjedi
Priority: normal Keywords: patch

Created on 2020-11-27 15:49 by snoopjedi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23532 merged SnoopJeDi, 2020-11-27 16:07
Messages (2)
msg381954 - (view) Author: James Gerity (snoopjedi) * Date: 2020-11-27 15:49
Now that CPython uses the new PEG parser, it would be helpful to include a reference to the guiding PEP (617) on the docs page (https://docs.python.org/3/reference/grammar.html) that gives the grammar.
msg382176 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2020-11-30 19:08
New changeset bcc9579227578de5dd7f8825d24ba51b618ad3c2 by James Gerity in branch 'master':
bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532)
https://github.com/python/cpython/commit/bcc9579227578de5dd7f8825d24ba51b618ad3c2
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86651
2020-11-30 19:09:06pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-11-30 19:08:34pablogsalsetmessages: + msg382176
2020-11-27 16:15:52xtreaksetnosy: + gvanrossum, lys.nikolaou, pablogsal
2020-11-27 16:07:21SnoopJeDisetkeywords: + patch
nosy: + SnoopJeDi

pull_requests: + pull_request22414
stage: patch review
2020-11-27 15:49:18snoopjedicreate