diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-01-10 17:08:25 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-01-10 17:08:25 (GMT) |
commit | 2c7e3ee79b0a9bbcf0d67a3d788b31392e14dc15 (patch) | |
tree | 04e31698c9d6ed7a857023e64a3b90fae667547c /Misc | |
parent | 49956b26a276cdbe6c5ac1e6020ea5e944291558 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |