summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-01-16 21:54:53 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-01-16 21:54:53 (GMT)
commit332334f1abdca7d8c55f3e8f59da4ca048b42754 (patch)
tree794cd9f0e6d8f2131e47bee78f4d106f58629d65 /Misc
parent87fb7f64d867ebf752637fda1d982b1cd07b407e (diff)
downloadcpython-332334f1abdca7d8c55f3e8f59da4ca048b42754.zip
cpython-332334f1abdca7d8c55f3e8f59da4ca048b42754.tar.gz
cpython-332334f1abdca7d8c55f3e8f59da4ca048b42754.tar.bz2
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6aa74ca..735e420 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -173,6 +173,9 @@ Build
Windows
-------
+- Issue #26071: bdist_wininst created binaries fail to start and find
+ 32bit Python
+
- Issue #26073: Update the list of magic numbers in launcher
- Issue #26065: Excludes venv from library when generating embeddable