Issue #5319: Print an error if flushing stdout fails at interpreter
shutdown.
diff --git a/Misc/NEWS b/Misc/NEWS
index 294382c..9f3d80a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #5319: Print an error if flushing stdout fails at interpreter
+  shutdown.
+
 - Issue #9337: The str() of a float or complex number is now identical
   to its repr().