Skip to content

Commit

Permalink
Fix refs in whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Nov 23, 2024
1 parent 1673277 commit baed27b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -641,12 +641,12 @@ argparse
of :class:`!argparse.BooleanOptionalAction`.
They were deprecated since 3.12.

* Calling :meth:`add_argument_group` on an argument group, and calling
:meth:`add_argument_group` or :meth:`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.
* 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.
(Contributed by Savannah Ostrowski in :gh:`127186`.)

ast
Expand Down

0 comments on commit baed27b

Please sign in to comment.