]> granicus.if.org Git - python/commit
Issue #21042: Return full path in ctypes.util.find_library() on Linux
authorMartin Panter <vadmium+py@gmail.com>
Thu, 10 Mar 2016 01:06:23 +0000 (01:06 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 10 Mar 2016 01:06:23 +0000 (01:06 +0000)
commitb9f3114d42601b07c9830af8b18330bff475bcfc
tree3ffa3720744c56da04b404561aaf30d34597a579
parentaadaa3614e9aab723b3563801dfc700c0dae46e3
Issue #21042: Return full path in ctypes.util.find_library() on Linux

Patch by Tamás Bence Gedai.
Doc/library/ctypes.rst
Lib/ctypes/test/test_find.py
Lib/ctypes/util.py
Misc/ACKS
Misc/NEWS