-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
webbrowser.py update to use argparse.py #68583
Comments
The webbrowser module uses getopt, which needs to be ripped out and replaced with argparse. The attached file does just this. |
Thanks! A few comments:
|
This strikes me as pointless code churn. |
Just to confirm, |
Please see PR #117047. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
getopt
withargparse
, add long options #117047The text was updated successfully, but these errors were encountered: