Skip to content

argparse docs: "optional arguments" instead of "options" #99650

Closed
@jwilk

Description

@jwilk

Docs for ArgumentParser.add_argument_group say:

By default, ArgumentParser groups command-line arguments into “positional arguments” and “optional arguments” when displaying help messages.

But "optional arguments" was renamed to just "options" in Python 3.10 (#53903).

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions