Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
UnicodeEncodeError.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d1c1d5..124fc1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@
 Library
 -------
 
+- Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
+  UnicodeEncodeError.
+
 - Add the "display" and "undisplay" pdb commands.
 
 - Issue #7245: Add a SIGINT handler in pdb that allows to break a program