[Python-checkins] cpython (3.5): Closes #25078: Document InstallAllUsers installer parameter default 0

steve.dower python-checkins at python.org
Sun Sep 13 23:42:08 CEST 2015


https://hg.python.org/cpython/rev/399b7d5616f1
changeset:   97996:399b7d5616f1
branch:      3.5
parent:      97994:16d23c358848
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sun Sep 13 14:39:26 2015 -0700
summary:
  Closes #25078: Document InstallAllUsers installer parameter default 0

files:
  Doc/using/windows.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -89,7 +89,7 @@
 +---------------------------+--------------------------------------+--------------------------+
 | Name                      | Description                          | Default                  |
 +===========================+======================================+==========================+
-| InstallAllUsers           | Perform a system-wide installation.  | 1                        |
+| InstallAllUsers           | Perform a system-wide installation.  | 0                        |
 +---------------------------+--------------------------------------+--------------------------+
 | TargetDir                 | The installation directory           | Selected based on        |
 |                           |                                      | InstallAllUsers          |

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


More information about the Python-checkins mailing list