summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-10-21 21:05:35 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-10-21 21:05:35 (GMT)
commitc4c4842d8625db87bfdd916a3751f90e8a0f9d88 (patch)
tree2d0e8864434375b85d234596b0e55744597a841a /Misc
parent5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 (diff)
downloadcpython-c4c4842d8625db87bfdd916a3751f90e8a0f9d88.zip
cpython-c4c4842d8625db87bfdd916a3751f90e8a0f9d88.tar.gz
cpython-c4c4842d8625db87bfdd916a3751f90e8a0f9d88.tar.bz2
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
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 5069d47..5438245 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -590,6 +590,8 @@ Tests
Build
-----
+- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
+
- Issue #15923: fix a mistake in asdl_c.py that resulted in a TypeError after
2801bf875a24 (see #15801).