This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Hernan.Grecco
Recipients Hernan.Grecco
Date 2014-03-23.22:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395614835.79.0.900137034576.issue21042@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-23 22:47:15Hernan.Greccosetrecipients: + Hernan.Grecco
2014-03-23 22:47:15Hernan.Greccosetmessageid: <1395614835.79.0.900137034576.issue21042@psf.upfronthosting.co.za>
2014-03-23 22:47:15Hernan.Greccolinkissue21042 messages
2014-03-23 22:47:15Hernan.Greccocreate