summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-12-28 22:37:44 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-12-28 22:37:44 (GMT)
commit7ec8a18514280065d7afe20c40cdebcad7919897 (patch)
treeb5ff99ffe3c0e277c373549a6fb1c9e5bd861a5b /Misc
parentbdf9e0ea7473bcdb7f4c01f4b76db875ec8bc64e (diff)
downloadcpython-7ec8a18514280065d7afe20c40cdebcad7919897.zip
cpython-7ec8a18514280065d7afe20c40cdebcad7919897.tar.gz
cpython-7ec8a18514280065d7afe20c40cdebcad7919897.tar.bz2
Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 11ec5f5..47db9aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -616,6 +616,8 @@ Windows
Build
-----
+- Issue #29080: Removes hard dependency on hg.exe from PC/build.bat
+
- Issue #23903: Added missed names to PC/python3.def.
- Issue #10656: Fix out-of-tree building on AIX. Patch by Tristan Carel and