diff options
author | Brian Curtin <brian@python.org> | 2012-04-25 13:12:37 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-04-25 13:12:37 (GMT) |
commit | ae7758457fa8a55dc7a702ccdb9e46910a45a5ee (patch) | |
tree | 94e3b8727794288072a4df820bee2430add3003a /Misc | |
parent | f99983dacb509125f53358496c4fee9eaf2e67e8 (diff) | |
download | cpython-ae7758457fa8a55dc7a702ccdb9e46910a45a5ee.zip cpython-ae7758457fa8a55dc7a702ccdb9e46910a45a5ee.tar.gz cpython-ae7758457fa8a55dc7a702ccdb9e46910a45a5ee.tar.bz2 |
Fix #3561. Add an option to place the Python installation into the Windows Path environment variable.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -189,6 +189,9 @@ Tests 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. + - Issue #13165: stringbench is now available in the Tools/stringbench folder. It used to live in its own SVN project. |