diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 20:35:00 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2012-06-30 20:35:00 (GMT) |
commit | 7e6c2e2cc49fa109662d3f04f4c3553596d31937 (patch) | |
tree | 4509cf98a5f44afdbab2b01128cacaffd4d95f61 /Misc | |
parent | 1abe1c5fe13ca64c54e16db25de7c4dd5578a7c1 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? ================================== |