We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf98ebc commit 42e5f31Copy full SHA for 42e5f31
1 file changed
Doc/whatsnew/3.15.rst
@@ -1078,6 +1078,12 @@ Deprecated
1078
New deprecations
1079
----------------
1080
1081
+* :mod:`argparse`:
1082
+
1083
+ * The *color* parameter of :class:`~argparse.HelpFormatter` is deprecated.
1084
+ Use the *color* parameter of :class:`~argparse.ArgumentParser` instead.
1085
+ (Contributed by Savannah Ostrowski in :gh:`142946`.)
1086
1087
* CLI:
1088
1089
* Deprecate :option:`-b` and :option:`!-bb` command-line options
0 commit comments