]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88535: Improve syntax error for wrongly closed strings (#26633)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 13 Feb 2025 01:30:20 +0000 (01:30 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 01:30:20 +0000 (01:30 +0000)
commit6fb5138776fe84e3769b8aff66c1726c788d84ed
tree36723c3cb6ad880c2004d612814bbf55acd93e5b
parent56eda256336310a08d4beb75b998488cb359444b
gh-88535: Improve syntax error for wrongly closed strings (#26633)
Doc/whatsnew/3.14.rst
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2021-06-09-23-04-58.bpo-44369.R7QkFv.rst [new file with mode: 0644]
Parser/parser.c