diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-12-24 14:21:55 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-12-24 14:21:55 (GMT) |
commit | 585c1733c89a68fa78de7f0569d19d351a8e2a19 (patch) | |
tree | 01dcbecca377552f74ee9d25a1bf176278828bc6 /Misc | |
parent | 6f6c56249295a69965cd404900997c4ea4ac6130 (diff) | |
download | cpython-585c1733c89a68fa78de7f0569d19d351a8e2a19.zip cpython-585c1733c89a68fa78de7f0569d19d351a8e2a19.tar.gz cpython-585c1733c89a68fa78de7f0569d19d351a8e2a19.tar.bz2 |
Merged revisions 77033 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77033 | ronald.oussoren | 2009-12-24 15:17:19 +0100 (Thu, 24 Dec 2009) | 2 lines
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -516,6 +516,9 @@ Build - Issue 5390: Add uninstall icon independent of whether file extensions are installed. +- Issue #7541: when using ``python-config`` with a framework install the compiler might + use the wrong library. + Documentation ------------ |