Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Nov 23, 2024
1 parent 813a2f5 commit 6c837ab
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Calling :meth:`argparse.ArgumentParser.add_argument_group` on an argument group,
and calling :meth:`argparse.ArgumentParser.add_argument_group` or
:meth:`argparse.ArgumentParser.add_mutually_exclusive_group` on a mutually
exclusive group have been removed. This nesting was never supported, did not
always work correctly, and existed in the API by accident through inheritance.
Calling :meth:`argparse.ArgumentParser.add_argument_group` on an argument group,
and calling :meth:`argparse.ArgumentParser.add_argument_group` or
:meth:`argparse.ArgumentParser.add_mutually_exclusive_group` on a mutually
exclusive group have been removed. This nesting was never supported, did not
always work correctly, and existed in the API by accident through inheritance.
This functionality has been deprecated since Python 3.11.

0 comments on commit 6c837ab

Please sign in to comment.