| commit | 7e7dbab08a85937cd6a81acfc57dfff3b42dfbb6 | [log] [tgz] |
|---|---|---|
| author | Ronald Oussoren <ronaldoussoren@mac.com> | Wed Oct 20 13:40:38 2010 +0000 |
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | Wed Oct 20 13:40:38 2010 +0000 |
| tree | 39599ac9c7997c0d6c8201a641d2f7dcd6faebd8 | |
| parent | 455b0db6ffbf27145940a7eb48adf38d61005ee7 [diff] |
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. ........