Skip to content
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

gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse #124631

Merged

Commits on Sep 26, 2024

  1. pythongh-58573: Fix conflicts between abbreviated long options in the…

    … parent parser and subparsers in argparse
    
    Check for ambiguous options if the option is consumed, not when it is
    parsed.
    serhiy-storchaka committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    333c23e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    1c0a4de View commit details
    Browse the repository at this point in the history