Sorry, something went wrong.
Documentation build overview📚 cpython-previews | 🛠️ Build #33637427 | 📁 Comparing 627117b against main (b090d06) 6 files changed · ± 6 modified± Modified |
Sorry, something went wrong.
|
hi @deadlovelll @serhiy-storchaka , can you pls merge this pr??? |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
Please refrain from frequent pushes. Only push when you are ready, preferably in a single commit.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. 👍
Sorry, something went wrong.
|
hi @deadlovelll @serhiy-storchaka , can you pls merge this pr??? hello, since I'm not a core developer, there's nothing I can do about other people's PRs. |
Sorry, something went wrong.
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 source argument as a Python expression, so removing the
outdated terminology improves clarity without changing the documented behavior.
Closes gh-153808.