diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-17 15:20:07 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-17 15:20:07 (GMT) |
commit | 82df3b3071bb003247c33eac4670775e9883c994 (patch) | |
tree | c4fc7dd8a1c307d4592655a16c174f93a18be3a4 /Misc | |
parent | 48e4bd6a0278a022a38dc07777834a174adfef55 (diff) | |
download | cpython-82df3b3071bb003247c33eac4670775e9883c994.zip cpython-82df3b3071bb003247c33eac4670775e9883c994.tar.gz cpython-82df3b3071bb003247c33eac4670775e9883c994.tar.bz2 |
Closes #9998: Allowed find_library to search additional locations for libraries.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #9998: On Linux, ctypes.util.find_library now looks in LD_LIBRARY_PATH + for shared libraries. What's New in Python 3.6.0 alpha 4 ================================== |