@@ -348,12 +348,18 @@ dis
348348 This feature is also exposed via :option: `dis --show-positions `.
349349 (Contributed by Bénédikt Tran in :gh: `123165 `.)
350350
351+ * Add the :option: `dis --specialized ` command-line option to
352+ show specialized bytecode.
353+ (Contributed by Bénédikt Tran in :gh: `127413 `.)
354+
355+
351356errno
352357-----
353358
354359* Add :data: `errno.EHWPOISON ` error code.
355360 (Contributed by James Roy in :gh: `126585 `.)
356361
362+
357363fractions
358364---------
359365
@@ -526,12 +532,6 @@ pathlib
526532
527533 (Contributed by Barney Gale in :gh: `73991 `.)
528534
529- * Add :meth: `pathlib.Path.scandir ` to scan a directory and return an iterator
530- of :class: `os.DirEntry ` objects. This is exactly equivalent to calling
531- :func: `os.scandir ` on a path object.
532-
533- (Contributed by Barney Gale in :gh: `125413 `.)
534-
535535
536536pdb
537537---
@@ -610,6 +610,13 @@ unicodedata
610610unittest
611611--------
612612
613+ * :mod: `unittest ` output is now colored by default.
614+ This can be controlled via the :envvar: `PYTHON_COLORS ` environment
615+ variable as well as the canonical |NO_COLOR |_
616+ and |FORCE_COLOR |_ environment variables.
617+ See also :ref: `using-on-controlling-color `.
618+ (Contributed by Hugo van Kemenade in :gh: `127221 `.)
619+
613620* unittest discovery supports :term: `namespace package ` as start
614621 directory again. It was removed in Python 3.11.
615622 (Contributed by Jacob Walls in :gh: `80958 `.)
0 commit comments