Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-101100: Fix reference toparse_args
inoptparse.rst
#105265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the PR.
However, this currently updates the links to point to theparse_args
method oftheargparse
module, when it should be pointing to theparse_args
method ofthisoptparse
module.
The reason we're getting warnings is because theoptparse
'sparse_args
doesn't yet have documentation in thisoptparse.rst
file.
It does have a docstring, so that could be used as a starting point for adding it here:
Line 1355 indbc179e
defparse_args(self,args=None,values=None): |
bedevere-bot commentedJun 5, 2023
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again. |
bedevere-bot commentedJun 28, 2023
Thanks for making the requested changes! @hugovk: please review the changes made to this pull request. |
Thank you! |
Thanks @F3eQnxN3RriK for the PR, and@hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
bedevere-bot commentedJun 28, 2023
GH-106204 is a backport of this pull request to the3.12 branch. |
bedevere-bot commentedJun 28, 2023
GH-106205 is a backport of this pull request to the3.11 branch. |
…honGH-105265)(cherry picked from commit18f51f9)Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
…honGH-105265)(cherry picked from commit18f51f9)Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--105265.org.readthedocs.build/