Docs: Sphinx warnings: fix passing command line arguments passed to the check script by m-aciek · Pull Request #136561 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
Contributor
Fix of an omission in the initial script PR.
📚 Documentation preview 📚: https://cpython-previews--136561.org.readthedocs.build/
m-aciek
requested review from
AA-Turner and
hugovk
as code owners
bedevere-app
Bot
added
the
awaiting review
label
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?
m-aciek
commented
Jul 12, 2025
m-aciek commented
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
closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment