summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-29 04:00:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-29 04:00:44 (GMT)
commitd2f87472feff332e2799b0c7e97305728fad920a (patch)
tree45c37f78570a970aea57252944170ffd90c4d2e0 /Misc
parent6a09315ff098224da138ff708e470ebc1c0ba8ac (diff)
downloadcpython-d2f87472feff332e2799b0c7e97305728fad920a.zip
cpython-d2f87472feff332e2799b0c7e97305728fad920a.tar.gz
cpython-d2f87472feff332e2799b0c7e97305728fad920a.tar.bz2
Issue #17596: MINGW: add wincrypt.h in Python/random.c
Based on patch by Roumen Petrov.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e75997..6ad1c3a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 alpha 4
Core and Builtins
-----------------
+- Issue #17596: Include <wincrypt.h> to help with Min GW building.
+
- Issue #27507: Add integer overflow check in bytearray.extend(). Patch by
Xiang Zhang.