◐ Shell
clean mode source ↗

Docs: Sphinx warnings: fix passing command line arguments passed to the check script by m-aciek · Pull Request #136561 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@m-aciek

@m-aciek m-aciek commented

Jul 11, 2025

edited by github-actions Bot

Loading

Copy link Copy Markdown

Contributor

Fix of an omission in the initial script PR.


📚 Documentation preview 📚: https://cpython-previews--136561.org.readthedocs.build/

@brianschubert

brianschubert commented

Jul 12, 2025

edited

Loading

Copy link Copy Markdown

Contributor

I think this was written as intended. Not passing an explicit argument list already reads the arguments from sys.argv, right? Or am I missing something?

LamentXU123 reacted with thumbs up emoji

@m-aciek

m-aciek commented

Jul 12, 2025

Copy link Copy Markdown

Contributor Author

Ah, thank you for explaining, I didn't know this behavior earlier. It's documented in parse_args, I was looking for it in wrong places.

@m-aciek m-aciek closed this

Jul 12, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@AA-Turner AA-Turner Awaiting requested review from AA-Turner AA-Turner is a code owner

@hugovk hugovk Awaiting requested review from hugovk hugovk is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@m-aciek @brianschubert