gh-153808: Remove obsolete 'condition list' from eval() docs#153811
Conversation
Documentation build overview
6 files changed ·
|
|
hi @deadlovelll @serhiy-storchaka , can you pls merge this pr??? |
Please don't ping people like this, it reads quite rudely IMO. We have a long queue of other PRs. |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Please refrain from frequent pushes. Only push when you are ready, preferably in a single commit.
hello, since I'm not a core developer, there's nothing I can do about other people's PRs. |
|
Thanks @palakkhinvasara for the PR, and @zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-153923 is a backport of this pull request to the 3.15 branch. |
|
GH-153924 is a backport of this pull request to the 3.14 branch. |
|
GH-153925 is a backport of this pull request to the 3.13 branch. |
Summary
Remove the obsolete parenthetical "(technically speaking, a condition list)"
from the
eval()documentation.The term "condition list" is no longer part of the current Python grammar and
is not used elsewhere in the documentation. The surrounding text already
describes the
sourceargument as a Python expression, so removing theoutdated terminology improves clarity without changing the documented behavior.
Closes gh-153808.