]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 21 Apr 2021 14:28:21 +0000 (15:28 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 14:28:21 +0000 (15:28 +0100)
commit56c95dfe271b1242bdc8163d4677e311552c00cb
tree05ece745311032fba0f63e2cbd9a69c54b7e3ada
parentb0544ba77cf86074fb1adde00558c67ca75eeea1
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Doc/whatsnew/3.10.rst
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-04-16-01-26-57.bpo-43859.QfqjFL.rst [new file with mode: 0644]
Parser/parser.c