diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-11 22:37:22 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-11 22:37:22 (GMT) |
commit | 731f4a2c5f11a49a5611eaf8d3fa26886979f865 (patch) | |
tree | 8e25244cb3cb6c43a84a309702519b913dedb42d /Misc | |
parent | 5700ae877fc1a93cebe95739c6817d06768504c0 (diff) | |
download | cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.zip cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.tar.gz cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.tar.bz2 |
Issue #25163: Display correct directory in installer when using non-default settings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -308,6 +308,9 @@ Build Windows ------- +- Issue #25163: Display correct directory in installer when using non-default + settings. + - Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build - Issue #25089: Adds logging to installer for case where launcher is not |