-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-101100: Fix reference to parse_args
in optparse.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 the parse_args
method of the argparse
module, when it should be pointing to the parse_args
method of this optparse
module.
The reason we're getting warnings is because the optparse
's parse_args
doesn't yet have documentation in this optparse.rst
file.
It does have a docstring, so that could be used as a starting point for adding it here:
Line 1355 in dbc179e
def parse_args(self, args=None, values=None): |
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. |
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. |
GH-106204 is a backport of this pull request to the 3.12 branch. |
GH-106205 is a backport of this pull request to the 3.11 branch. |
…honGH-105265) (cherry picked from commit 18f51f9) Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
…honGH-105265) (cherry picked from commit 18f51f9) Co-authored-by: F3eQnxN3RriK <drsuaimqjgar@gmail.com>
📚 Documentation preview 📚: https://cpython-previews--105265.org.readthedocs.build/