Skip to content
Prev Previous commit
Merge branch 'main' into argparse-filetype-deprecate
  • Loading branch information
serhiy-storchaka authored Oct 21, 2024
commit 9e3b0987368ece42c2a11731205bd6cd6c8ffb60
3 changes: 3 additions & 0 deletions Doc/deprecations/pending-removal-in-future.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ although there is currently no date scheduled for their removal.

* Nesting argument groups and nesting mutually exclusive
groups are deprecated.
* Passing the undocumented keyword argument *prefix_chars* to
:meth:`~argparse.ArgumentParser.add_argument_group` is now
deprecated.
* The :class:`argparse.FileType` type converter is deprecated.

* :mod:`array`'s ``'u'`` format code (:gh:`57281`)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.