]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>
Thu, 21 May 2020 20:41:58 +0000 (23:41 +0300)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 20:41:58 +0000 (21:41 +0100)
commit72e0aa2fd2b9c6da2caa5a9ef54f6495fc2890b0
treea50b92d182c5a98032efc1cf5d1cfb769ffaad78
parentd10fef35c6ce8a3193b974be7e8c8304b1146153
bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/pegen/parse.c