Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB
diff --git a/Misc/NEWS b/Misc/NEWS
index 224e456..097f205 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,8 @@
 Core and Builtins
 -----------------
 
+- Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
+
 - Issue #15516: Fix a bug in PyString_FromFormat where it failed to properly
   ignore errors from a __int__() method.