]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43822: Improve syntax errors for missing commas (GH-25377)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 15 Apr 2021 20:38:45 +0000 (21:38 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 20:38:45 +0000 (21:38 +0100)
commitb280248be8e648feb82f3f3ed0050e50b238df7b
treefee5117cd4e2111d701422c52e30f3b85349b1a9
parente692f55979980826a5281560c534ef399a8f9848
bpo-43822: Improve syntax errors for missing commas (GH-25377)
13 files changed:
Doc/library/token-list.inc
Grammar/Tokens
Grammar/python.gram
Include/token.h
Lib/test/test_genexps.py
Lib/test/test_syntax.py
Lib/token.py
Misc/NEWS.d/next/Core and Builtins/2021-04-13-02-32-18.bpo-43822.lej0OO.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Parser/token.c
Tools/peg_generator/pegen/c_generator.py