[Python-Dev] [Python-checkins] cpython: Fix #3561. Add an option to place the Python installation into the Windows Path

Brian Curtin brian at python.org
Wed Apr 25 15:34:39 CEST 2012


On Wed, Apr 25, 2012 at 08:13, brian.curtin <python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/4e9f1017355f
> changeset:   76556:4e9f1017355f
> user:        Brian Curtin <brian at python.org>
> date:        Wed Apr 25 08:12:37 2012 -0500
> summary:
>  Fix #3561. Add an option to place the Python installation into the Windows Path environment variable.
>
> files:
>  Misc/NEWS        |   3 +++
>  Tools/msi/msi.py |  22 +++++++++++++++++++---
>  2 files changed, 22 insertions(+), 3 deletions(-)

http://bugs.python.org/issue14668 was created for updating the
relevant documentation.

I pushed without docs since it's unlikely they'll be done before the
weekend's alpha 3 build, and I didn't want to have this feature wait
an extra month before anyone sees it. Anyone who's installing an alpha
build is probably advanced enough to know what it's doing in the
meantime.


More information about the Python-Dev mailing list