Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
no more hangs.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ac5672..30b7967 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,12 @@
 - Issue #19286: Directories in ``package_data`` are no longer added to
   the filelist, preventing failure outlined in the ticket.
 
+IDLE
+----
+
+- Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
+  no more hangs.
+
 Tests
 -----