diff options
author | Brian Curtin <brian@python.org> | 2014-05-10 17:52:59 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2014-05-10 17:52:59 (GMT) |
commit | d67c0b88efc34965b499f277abcaa52f2a15f916 (patch) | |
tree | 895ced857d76eec5e7c4fee04acd7d26c198e9a6 /Misc | |
parent | b0acc1b0a35905fa8dc3d3d10581602b5129c87a (diff) | |
download | cpython-d67c0b88efc34965b499f277abcaa52f2a15f916.zip cpython-d67c0b88efc34965b499f277abcaa52f2a15f916.tar.gz cpython-d67c0b88efc34965b499f277abcaa52f2a15f916.tar.bz2 |
Backport 4e9f1017355f from #3561.
This brings the option to install Python on the Windows Path.
Committed per Benjamin Peterson's approval on python-dev.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -289,6 +289,10 @@ Library Tools/Demos ----------- +- Issue #3561: The Windows installer now has an option, off by default, for + placing the Python installation into the system "Path" environment variable. + This was backported from Python 3.3. + - Add support for ``yield from`` to 2to3. - Add support for the PEP 465 matrix multiplication operator to 2to3. |