Skip to content

Commit 9310e30

Browse files
Update What's new section, add news entry
1 parent 3e9a547 commit 9310e30

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,15 @@ difflib
534534
(Contributed by Jiahao Li in :gh:`134580`.)
535535

536536

537+
dis
538+
---------
539+
540+
.. _whatsnew315-color-dis:
541+
542+
* :func:`dis.dis` supports colored output by default which can also be controlled through ``NO_COLOR=1`` environment variable.
543+
(Contributed by Abduaziz Ziyodov in :gh:`144207`)
544+
545+
537546
functools
538547
---------
539548

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:func:`dis.dis` supports colored output by default which can also be
2+
controlled through ``NO_COLOR=1`` environment variable. Contributed by
3+
Abduaziz Ziyodov.

0 commit comments

Comments
 (0)