summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-01-10 17:08:25 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-01-10 17:08:25 (GMT)
commit2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15 (patch)
tree04e31698c9d6ed7a857023e64a3b90fae667547c /Misc
parent49956b26a276cdbe6c5ac1e6020ea5e944291558 (diff)
downloadcpython-2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15.zip
cpython-2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15.tar.gz
cpython-2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15.tar.bz2
Merge r68487 from svn+ssh://pythondev@svn.python.org/python/trunk:
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d29fcf8..2a3ae12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -236,6 +236,9 @@ Library
support unusual filenames (such as those containing semi-colons) in
Content-Disposition headers.
+- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
+ biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
+
Tools/Demos
-----------