summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-01-16 21:55:05 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-01-16 21:55:05 (GMT)
commit709c2aeba63a63f4bc58813a79f81c89fbd63326 (patch)
tree8dcad4e407b9d0320dae24d2c7b70d01e12a01f1 /Misc
parentca9aab19ab34b7300d1d6b3f2ab3a6a636e92a88 (diff)
parent332334f1abdca7d8c55f3e8f59da4ca048b42754 (diff)
downloadcpython-709c2aeba63a63f4bc58813a79f81c89fbd63326.zip
cpython-709c2aeba63a63f4bc58813a79f81c89fbd63326.tar.gz
cpython-709c2aeba63a63f4bc58813a79f81c89fbd63326.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 41d56aa..4564e29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -613,6 +613,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