summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68f72c2..b73f664 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -205,6 +205,8 @@ Core and Builtins
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.