Skip to content

Commit 0db081c

Browse files
chore: move whatsnew from 3.15 into 3.16 file
1 parent ab3a368 commit 0db081c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Doc/whatsnew/3.15.rst

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

11461146

1147-
dis
1148-
---
1149-
1150-
* :func:`dis.dis` supports colored output by default, which can also be
1151-
:ref:`controlled <using-on-controlling-color>` through ``NO_COLOR=1``
1152-
environment variable.
1153-
(Contributed by Abduaziz Ziyodov in :gh:`144207`.)
1154-
1155-
11561147
email
11571148
-----
11581149

Doc/whatsnew/3.16.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@ ctypes
281281
(Contributed by Peter Bierma in :gh:`153903`.)
282282

283283

284+
dis
285+
---
286+
287+
* :func:`dis.dis` supports colored output by default, which can also be
288+
:ref:`controlled <using-on-controlling-color>` through ``NO_COLOR=1``
289+
environment variable.
290+
(Contributed by Abduaziz Ziyodov in :gh:`144207`.)
291+
292+
284293
concurrent.futures
285294
------------------
286295

0 commit comments

Comments
 (0)