summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-10-20 13:10:12 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-10-20 13:10:12 (GMT)
commitf3500e119865b28c34ffacb9f582db49b9d70e9d (patch)
tree1c2fd75133dd44b40b135da9e67dea33ed7b377a /Misc/NEWS
parentd0103292f052d3d5735d5b2d0a2307b02b75b8c3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ccab30a..16dad49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================