[Python-checkins] cpython: Adds note about installed debug binaries.

steve.dower python-checkins at python.org
Tue Mar 10 21:20:59 CET 2015


https://hg.python.org/cpython/rev/499be67e3dcb
changeset:   94934:499be67e3dcb
parent:      94932:86c9ef950288
user:        Steve Dower <steve.dower at microsoft.com>
date:        Tue Mar 10 13:15:40 2015 -0700
summary:
  Adds note about installed debug binaries.

files:
  Tools/msi/bundle/Default.wxl |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


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
@@ -73,7 +73,7 @@
   <String Id="InstallAllUsersLabel">Install as &Administrator</String>
   <String Id="PrecompileLabel">&Precompile standard library</String>
   <String Id="Include_symbolsLabel">Install debugging &symbols</String>
-  <String Id="Include_debugLabel">Install debu&g binaries</String>
+  <String Id="Include_debugLabel">Install 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