summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:25:21 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:25:21 (GMT)
commitf0bf84c84bff4e635501319e6d6bfa141c59b41e (patch)
tree4b98b5db5290bb25f82a255839c1a6d72a4fb3c7
parent76450e6a84fe25db47326ef865ca9ea3968d319f (diff)
parenta90b7132b7e15009d2d747e4d843dc8422907e18 (diff)
downloadcpython-f0bf84c84bff4e635501319e6d6bfa141c59b41e.zip
cpython-f0bf84c84bff4e635501319e6d6bfa141c59b41e.tar.gz
cpython-f0bf84c84bff4e635501319e6d6bfa141c59b41e.tar.bz2
Merge
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 409b1e6..199fd8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -253,6 +253,8 @@ Core and Builtins
Library
-------
+- Issue #16743: Fix mmap overflow check on 32 bit Windows.
+
- Issue #16996: webbrowser module now uses shutil.which() to find a
web-browser on the executable search path.