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 8ca50fa commit eb0e81eCopy full SHA for eb0e81e
1 file changed
Doc/whatsnew/3.15.rst
@@ -65,6 +65,7 @@ Summary --- release highlights
65
66
.. PEP-sized items next.
67
68
+* :ref:`argparse <whatsnew314-color-argparse>`,
69
70
71
New features
@@ -86,10 +87,17 @@ New modules
86
87
Improved modules
88
================
89
-module_name
90
------------
+difflib
91
+-------
92
+
93
+ .. _whatsnew314-color-argparse:
94
95
+* Introduced the optional *color* parameter to :func:`difflib.unified_diff`,
96
+ enabling colored output similar to what ``git diff`` displays.
97
+ This can be controlled by :ref:`environment variables
98
+ <using-on-controlling-color>`.
99
+ (Contributed by Douglas Thor in :gh:`133725`.)
100
-* TODO
101
102
.. Add improved modules above alphabetically, not here at the end.
103
0 commit comments