Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Added tests for standard IO streams in IDLE.
diff --git a/Misc/NEWS b/Misc/NEWS
index 052e55c..4f8bc3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
+
 - Issue #21560: An attempt to write a data of wrong type no longer cause
   GzipFile corruption.  Original patch by Wolfgang Maier.
 
@@ -173,6 +175,8 @@
 Tests
 -----
 
+- Issue #23583: Added tests for standard IO streams in IDLE.
+
 - Issue #23392: Added tests for marshal C API that works with FILE*.
 
 - Issue #18982: Add tests for CLI of the calendar module.