]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129515: Clarify syntax error messages for conditional expressions (#129880)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Tue, 18 Feb 2025 21:43:19 +0000 (02:43 +0500)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2025 21:43:19 +0000 (21:43 +0000)
commitbcc9a5dddb777c8195b56645a15298cc0949ed9b
treec7d190e5d2cbb6d596c008782cbd9625eb5e9ed8
parent51d4bf1e0e5349090da72721c865b6c2b28277f3
gh-129515: Clarify syntax error messages for conditional expressions (#129880)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/whatsnew/3.14.rst
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-09-11-30-38.gh-issue-129515.3L3vmo.rst [new file with mode: 0644]
Parser/parser.c