[New-bugs-announce] [issue21042] ctypes.util.find_library() should return full pathname instead of filename in linux

Hernan Grecco report at bugs.python.org
Sun Mar 23 23:47:15 CET 2014


New submission from Hernan Grecco:

In Windows and OSX, `find_library` returns the full pathname of the library file. But on Linux, it returns just the filename. Is there a reason for this difference? 

For consistency, it would be better to return the full pathname in all cases. It is easy to get the filename from the full pathname, but not the other way around.

----------
components: ctypes
messages: 214647
nosy: Hernan.Grecco
priority: normal
severity: normal
status: open
title: ctypes.util.find_library() should return full pathname instead of filename in linux
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21042>
_______________________________________


More information about the New-bugs-announce mailing list