]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Sat, 10 May 2025 12:00:43 +0000 (13:00 +0100)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 12:00:43 +0000 (15:00 +0300)
commitdbca27cfca7da44cb102c1e10508a08cebddd9d7
tree6b6fb1a4e85a45ed92f5fbf0a931225705c1e562
parentf28cbc9fd3f37656ad55ef2488b65343b97fa902
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)

The right term is "parameters".
Doc/whatsnew/3.15.rst
Grammar/python.gram
Lib/test/test_codeop.py
Lib/test/test_positional_only_arg.py
Lib/test/test_pyrepl/test_interact.py
Lib/test/test_repl.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-04-16-41-00.gh-issue-133379.asdjhjdf.rst [new file with mode: 0644]
Parser/parser.c
Python/symtable.c