summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-11 22:15:52 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-11 22:15:52 (GMT)
commit5700ae877fc1a93cebe95739c6817d06768504c0 (patch)
treee2c62abc4d49f880654530adae2c935badd51f48 /Misc
parent9c8213fbc166486a0adf5003e464dee35510fa4e (diff)
downloadcpython-5700ae877fc1a93cebe95739c6817d06768504c0.zip
cpython-5700ae877fc1a93cebe95739c6817d06768504c0.tar.gz
cpython-5700ae877fc1a93cebe95739c6817d06768504c0.tar.bz2
Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
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 9c89f12..08c72c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,8 @@ Build
Windows
-------
+- Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
+
- Issue #25089: Adds logging to installer for case where launcher is not
selected on upgrade.