diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-10-21 21:05:35 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-10-21 21:05:35 (GMT) |
commit | c4c4842d8625db87bfdd916a3751f90e8a0f9d88 (patch) | |
tree | 2d0e8864434375b85d234596b0e55744597a841a /Misc | |
parent | 5f8f0d67771257e762b6ab1b2eaa807f4608c7f5 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |