Issue 10611. SystemExit should not cause a unittest test run to exit.
diff --git a/Misc/NEWS b/Misc/NEWS
index 19d6c41..b1b0265 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- Issue #10611: SystemExit should not cause a unittest test run to exit.
+
 - Issue #6791: Limit header line length (to 65535 bytes) in http.client,
   to avoid denial of services from the other party.