commit | 5cf6ef84b9a52dab321682f3b0103d7793cc4191 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Sep 14 20:05:26 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Sep 14 20:05:26 2007 +0000 |
tree | bac887e5d24ac7989c185262e872b1f27aff8fd1 | |
parent | 3af4220746a9aed74280a1a6f90e7277fbc747a4 [diff] [blame] |
ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. Fixes issue #1777530; backported from trunk.
diff --git a/Misc/NEWS b/Misc/NEWS index 6c87b1c..640ba31 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Bug #1777530: ctypes.util.find_library uses dump(1) instead of + objdump(1) on Solaris. + - Bug #1153: repr.repr() now doesn't require set and dictionary items to be orderable to properly represent them.