Add Misc/NEWS entry for Issue #16743
diff --git a/Misc/NEWS b/Misc/NEWS
index 68f72c2..b73f664 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -205,6 +205,8 @@
 Library
 -------
 
+- Issue #16743: Fix mmap overflow check on 32 bit Windows.
+
 - Issue #11311: StringIO.readline(0) now returns an empty string as all other
   file-like objects.