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 fac41f5 commit 0502ba0Copy full SHA for 0502ba0
1 file changed
Doc/whatsnew/3.14.rst
@@ -698,6 +698,15 @@ argparse
698
and subparser names if mistyped by the user.
699
(Contributed by Savannah Ostrowski in :gh:`124456`.)
700
701
+* Introduced the optional *color* parameter to
702
+ :class:`argparse.ArgumentParser`, enabling color for help text.
703
+ This can be controlled via the :envvar:`PYTHON_COLORS` environment
704
+ variable as well as the canonical |NO_COLOR|_
705
+ and |FORCE_COLOR|_ environment variables.
706
+ See also :ref:`using-on-controlling-color`.
707
+ (Contributed by Hugo van Kemenade in :gh:`130645`.)
708
+
709
710
ast
711
---
712
0 commit comments