summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-09 23:37:53 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-09 23:37:53 (GMT)
commitc87ae806abdf79dd5d000aaec47596122a93b29b (patch)
treea28d218f3324f96fd7f38aa9675b3f09758aba4a /Misc
parent87dc4d61890b4ed1c74b1f5e7256b3aa2080a499 (diff)
downloadcpython-c87ae806abdf79dd5d000aaec47596122a93b29b.zip
cpython-c87ae806abdf79dd5d000aaec47596122a93b29b.tar.gz
cpython-c87ae806abdf79dd5d000aaec47596122a93b29b.tar.bz2
Issue #25144: Ensures TargetDir is set before continuing with custom install.
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 e05e8e7..aeb38a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,9 @@ Tools/Demos
Windows
-------
+- Issue #25144: Ensures TargetDir is set before continuing with custom
+ install.
+
- Issue #27469: Adds a shell extension to the launcher so that drag and drop
works correctly.