← 返回首页
gh-153808: Remove obsolete 'condition list' from eval() docs by palakkhinvasara · Pull Request #153811 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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

Open
palakkhinvasara wants to merge 7 commits into
python:mainfrom
palakkhinvasara:fix-eval-doc-condition-list
Open

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

Conversation

Copy link
Copy Markdown

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 Bot commented Jul 16, 2026
edited
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

Comment thread Doc/library/functions.rst Outdated Show resolved Hide resolved

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

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 commented Jul 17, 2026
edited
Loading

Copy link
Copy Markdown
Author

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

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 Show resolved Hide resolved

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 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

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

Comment thread Doc/library/functions.rst Outdated Show resolved Hide resolved
Comment thread Doc/library/functions.rst Outdated Show resolved Hide resolved

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM. 👍

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 commented Jul 17, 2026
edited
Loading

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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge docs Documentation in the Doc dir 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 skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Outdated term “condition list” in eval() documentation

5 participants

Footer

© 2026 GitHub, Inc.