commit | c4c4842d8625db87bfdd916a3751f90e8a0f9d88 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Sun Oct 21 23:05:35 2012 +0200 |
committer | Matthias Klose <doko@ubuntu.com> | Sun Oct 21 23:05:35 2012 +0200 |
tree | 2d0e8864434375b85d234596b0e55744597a841a | |
parent | 5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 [diff] [blame] |
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
diff --git a/Misc/NEWS b/Misc/NEWS index 5069d47..5438245 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -590,6 +590,8 @@ 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).