]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 19 Aug 2024 14:19:23 +0000 (17:19 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 14:19:23 +0000 (15:19 +0100)
commit354d55eb1fa40f272419aa6459ee5d2c4804c8ea
treeabbaa973e79116edc5ec40cf7ab6501c37560a87
parente077b201f49a6007ddad7c1b6e3069a037b6d952
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Lib/_pyrepl/console.py
Lib/code.py
Lib/idlelib/pyshell.py
Lib/test/test_pyrepl/test_interact.py
Misc/NEWS.d/next/Library/2024-07-16-20-49-07.gh-issue-121804.gYN-In.rst [new file with mode: 0644]