summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-04-25 13:12:37 (GMT)
committerBrian Curtin <brian@python.org>2012-04-25 13:12:37 (GMT)
commitae7758457fa8a55dc7a702ccdb9e46910a45a5ee (patch)
tree94e3b8727794288072a4df820bee2430add3003a /Misc
parentf99983dacb509125f53358496c4fee9eaf2e67e8 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8c91d3..f0f0807 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.