Skip to content

Commit 9a1d88e

Browse files
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 2360427 commit 9a1d88e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Other language changes
7777

7878
* Several error messages incorrectly using the term "argument" have been corrected.
7979
(Contributed by Stan Ulbrych in :gh:`133382`.)
80+
8081
* Unraisable exceptions are now highlighted with color by default. This can be
8182
controlled by :ref:`environment variables <using-on-controlling-color>`.
8283
(Contributed by Peter Bierma in :gh:`134170`.)

Lib/test/test_signal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import unittest
1515
from test import support
1616
from test.support import (
17-
is_apple, is_apple_mobile, os_helper, threading_helper, force_not_colorized
17+
force_not_colorized, is_apple, is_apple_mobile, os_helper, threading_helper
1818
)
1919
from test.support.script_helper import assert_python_ok, spawn_python
2020
try:

0 commit comments

Comments
 (0)