[Python-checkins] cpython (3.5): Issue #25126: Clarifies that the non-web installer will download some

steve.dower python-checkins at python.org
Wed Sep 23 02:01:47 CEST 2015


https://hg.python.org/cpython/rev/4e98c622ab20
changeset:   98177:4e98c622ab20
branch:      3.5
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Sep 22 16:36:33 2015 -0700
summary:
  Issue #25126: Clarifies that the non-web installer will download some components.

files:
  Misc/NEWS                    |  3 +++
  Tools/msi/bundle/Default.wxl |  4 ++--
  2 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,9 @@
 
 - Issue #25091: Increases font size of the installer.
 
+- Issue #25126: Clarifies that the non-web installer will download some
+  components.
+
 - Issue #25213: Restores requestedExecutionLevel to manifest to disable
   UAC virtualization.
 
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -86,8 +86,8 @@
   <String Id="InstallLauncherAllUsersLabel">for &all users (requires elevation)</String>
   <String Id="ShortInstallLauncherAllUsersLabel">Install &launcher for all users (recommended)</String>
   <String Id="PrecompileLabel">&Precompile standard library</String>
-  <String Id="Include_symbolsLabel">Install debugging &symbols</String>
-  <String Id="Include_debugLabel">Install debu&g binaries (requires VS 2015 or later)</String>
+  <String Id="Include_symbolsLabel">Download debugging &symbols</String>
+  <String Id="Include_debugLabel">Download debu&g binaries (requires VS 2015 or later)</String>
   
   <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
   <String Id="ProgressLabel">[ActionLikeInstalling]:</String>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list