summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-06-30 20:35:00 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-06-30 20:35:00 (GMT)
commit7e6c2e2cc49fa109662d3f04f4c3553596d31937 (patch)
tree4509cf98a5f44afdbab2b01128cacaffd4d95f61 /Misc
parent1abe1c5fe13ca64c54e16db25de7c4dd5578a7c1 (diff)
downloadcpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.zip
cpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.tar.gz
cpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.tar.bz2
- Issue #14330: For cross builds, don't use host python, use host search paths
for host compiler. Add NEWS entry, rename _PROJECT_BASE to _PYTHON_PROJECT_BASE.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d1f104..bca959b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,13 @@ Tools/Demos
* C frames that are garbage-collecting
* C frames that are due to the invocation of a PyCFunction
+Build
+-----
+
+- Issue #14330: For cross builds, don't use host python, use host search paths
+ for host compiler.
+
+
What's New in Python 3.3.0 Beta 1?
==================================