This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oscarbenjamin
Recipients oscarbenjamin
Date 2015-10-09.15:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444403177.17.0.586172886506.issue25355@psf.upfronthosting.co.za>
In-reply-to
Content
From the mailing list:
https://mail.python.org/pipermail/python-list/2015-October/697744.html

'''
The new installer for 3.5 doesn't create an "App Paths" key for
"python.exe" like the old installer used to do (see the old
Tools/msi/msi.py). Without that, unless python.exe is in the search
PATH, "Win+R -> python" and running "start python" in the command
prompt won't work. You can of course add the key manually as the
default value for
"[HKLM|HKCU]\Software\Microsoft\Windows\CurrentVersion\App
Paths\python.exe". IMO, this makes it the 'system' Python.
'''

Is this an intentional change or an oversight?
History
Date User Action Args
2015-10-09 15:06:17oscarbenjaminsetrecipients: + oscarbenjamin
2015-10-09 15:06:17oscarbenjaminsetmessageid: <1444403177.17.0.586172886506.issue25355@psf.upfronthosting.co.za>
2015-10-09 15:06:17oscarbenjaminlinkissue25355 messages
2015-10-09 15:06:16oscarbenjamincreate