diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-10-20 13:10:12 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-10-20 13:10:12 (GMT) |
commit | f3500e119865b28c34ffacb9f582db49b9d70e9d (patch) | |
tree | 1c2fd75133dd44b40b135da9e67dea33ed7b377a /Misc/NEWS | |
parent | d0103292f052d3d5735d5b2d0a2307b02b75b8c3 (diff) | |
download | cpython-f3500e119865b28c34ffacb9f582db49b9d70e9d.zip cpython-f3500e119865b28c34ffacb9f582db49b9d70e9d.tar.gz cpython-f3500e119865b28c34ffacb9f582db49b9d70e9d.tar.bz2 |
Fix for issue #7473.
Without this patch you'll get link errors in some extensions
(in particular the _curses_panel) one when you try to build
a 3-way universal framework when you previously installed a
2-way universal framework using the python.org installer.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,9 @@ Build - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. +- Issue #7473: avoid link errors when building a framework with a different + set of architectures than the one that is currently installed. + What's New in Python 3.2 Alpha 3? ================================= |