diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:55:05 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 21:55:05 (GMT) |
commit | 709c2aeba63a63f4bc58813a79f81c89fbd63326 (patch) | |
tree | 8dcad4e407b9d0320dae24d2c7b70d01e12a01f1 /Misc | |
parent | ca9aab19ab34b7300d1d6b3f2ab3a6a636e92a88 (diff) | |
parent | 332334f1abdca7d8c55f3e8f59da4ca048b42754 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |