Skip to content

gh-153808: Remove obsolete 'condition list' from eval() docs#153811

Merged
zware merged 7 commits into
python:mainfrom
palakkhinvasara:fix-eval-doc-condition-list
Jul 18, 2026
Merged

gh-153808: Remove obsolete 'condition list' from eval() docs#153811
zware merged 7 commits into
python:mainfrom
palakkhinvasara:fix-eval-doc-condition-list

Conversation

@palakkhinvasara

Copy link
Copy Markdown
Contributor

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.

@python-cla-bot

python-cla-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

Comment thread Doc/library/functions.rst Outdated
@read-the-docs-community

read-the-docs-community Bot commented Jul 16, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33637427 | 📁 Comparing 627117b against main (b090d06)

  🔍 Preview build  

6 files changed · ± 6 modified

± Modified

@palakkhinvasara

palakkhinvasara commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

hi @deadlovelll @serhiy-storchaka , can you pls merge this pr???

@serhiy-storchaka serhiy-storchaka changed the title gh-153808 Remove obsolete 'condition list' from eval() docs gh-153808: Remove obsolete 'condition list' from eval() docs Jul 17, 2026
Comment thread Doc/library/functions.rst
@StanFromIreland

Copy link
Copy Markdown
Member

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 serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refrain from frequent pushes. Only push when you are ready, preferably in a single commit.

Comment thread Doc/library/functions.rst Outdated
Comment thread Doc/library/functions.rst Outdated

@serhiy-storchaka serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@serhiy-storchaka serhiy-storchaka added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jul 17, 2026
@deadlovelll

deadlovelll commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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.

@zware
zware merged commit c5e97ed into python:main Jul 18, 2026
36 checks passed
@miss-islington-app

Copy link
Copy Markdown

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.
🐍🍒⛏🤖

@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 18, 2026
@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-153923 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 18, 2026
@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-153924 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 18, 2026
@bedevere-app

bedevere-app Bot commented Jul 18, 2026

Copy link
Copy Markdown

GH-153925 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Outdated term “condition list” in eval() documentation

6 participants