[issue44257] typo and verbous grammar in the grammar spec
New submission from ShinWonho <new170527@kaist.ac.kr>: In Python Language Reference 10.Full Grammar Specification typo: assigment_expression verbous grammar: expressions and star_expression ---------- assignee: docs@python components: Documentation messages: 394630 nosy: docs@python, orangebana15 priority: normal severity: normal status: open title: typo and verbous grammar in the grammar spec type: enhancement versions: Python 3.11 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Change by ShinWonho <new170527@kaist.ac.kr>: ---------- keywords: +patch pull_requests: +25011 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26417 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Change by wim glenn <wim.glenn@gmail.com>: ---------- nosy: +wim.glenn nosy_count: 2.0 -> 3.0 pull_requests: +27651 pull_request: https://github.com/python/cpython/pull/29393 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Pablo Galindo Salgado <pablogsal@gmail.com> added the comment: New changeset 762173c6709f5cf3b59cbbe47d4e6fafbfe7ec2a by wim glenn in branch 'main': bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) https://github.com/python/cpython/commit/762173c6709f5cf3b59cbbe47d4e6fafbfe... ---------- nosy: +pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Change by Pablo Galindo Salgado <pablogsal@gmail.com>: ---------- pull_requests: +27653 pull_request: https://github.com/python/cpython/pull/29395 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Change by Pablo Galindo Salgado <pablogsal@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset 0e34a5918c74c3cc2284cd77a2eba4108b0d6fb0 by Pablo Galindo Salgado in branch '3.10': [3.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) (GH-29395) https://github.com/python/cpython/commit/0e34a5918c74c3cc2284cd77a2eba4108b0... ---------- nosy: +lukasz.langa _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44257> _______________________________________
participants (4)
-
Pablo Galindo Salgado
-
ShinWonho
-
wim glenn
-
Łukasz Langa