#8230: make Lib/test/sortperf.py run on Python 3.
diff --git a/Misc/NEWS b/Misc/NEWS
index fd47e96..23cc3eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #8230: Fix Lib/test/sortperf.py.
+
 - Issue #8620: when a Cmd is fed input that reaches EOF without a final
   newline, it no longer truncates the last character of the last command line.