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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f22e47..9e9430b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -516,6 +516,9 @@
- 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
------------