Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add to whats new
  • Loading branch information
savannahostrowski committed Dec 18, 2025
commit 42e5f31e0d5b90fe6c04ff56d1695e2db952fdb8
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,12 @@ Deprecated
New deprecations
----------------

* :mod:`argparse`:

* The *color* parameter of :class:`~argparse.HelpFormatter` is deprecated.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's undocumented, fix the Sphinx warning:

Suggested change
* The *color* parameter of :class:`~argparse.HelpFormatter` is deprecated.
* The *color* parameter of :class:`!HelpFormatter` is deprecated.

Use the *color* parameter of :class:`~argparse.ArgumentParser` instead.
(Contributed by Savannah Ostrowski in :gh:`142946`.)

* CLI:

* Deprecate :option:`-b` and :option:`!-bb` command-line options
Expand Down
Loading