summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 17:45:41 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 17:45:41 (GMT)
commit90c8d06d687eed87fa61bf6bcc3a40beeaef39cd (patch)
tree1e1622269d0aed50e8354deb164cf9498c54e172 /Misc
parent20190e2d54e6d513bb197a160cdfd236bf63f168 (diff)
parenta10e4a9afbb95e74657455b6fb07a81fce948a3b (diff)
downloadcpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.zip
cpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.tar.gz
cpython-90c8d06d687eed87fa61bf6bcc3a40beeaef39cd.tar.bz2
- Issue #17031: Fix running regen in cross builds.
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 2b61d03..6a8c24c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -752,6 +752,8 @@ Tests
Build
-----
+- Issue #17031: Fix running regen in cross builds.
+
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
- Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;