Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 53aa074..3b896d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #14433: Prevent msvcrt crash in interactive prompt when stdin
+  is closed.
+
 - Issue #11603 (again): Setting __repr__ to __str__ now raises a RuntimeError
   when repr() or str() is called on such an object.