summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-10-20 13:11:46 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-10-20 13:11:46 (GMT)
commit2421525e2147b8decfe58f8667212fbe0ff7f454 (patch)
tree09c88530f794ffc966574775281a4dbd4c79bc35 /Misc
parent1e0a998d13085d06eb5db0818a89d19b4a885ccd (diff)
downloadcpython-2421525e2147b8decfe58f8667212fbe0ff7f454.zip
cpython-2421525e2147b8decfe58f8667212fbe0ff7f454.tar.gz
cpython-2421525e2147b8decfe58f8667212fbe0ff7f454.tar.bz2
Merged revisions 85744 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines 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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ff641c..f25664a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -434,6 +434,8 @@ Build
the "bin" directory inside the framework is on the shell's search path. This
feature now also supports the ZSH shell.
+- Issue #7473: avoid link errors when building a framework with a different
+ set of architectures than the one that is currently installed.
Tests
-----