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 jtaylor108
Recipients Arfrever, a.badger, akuchling, amaury.forgeotdarc, barry, bkabrda, dmalcolm, doko, eric.araujo, jafo, jtaylor108, ncoghlan, ned.deily, python-dev, rpetrov, smani, tarek
Date 2013-04-04.22:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365114370.8.0.361461694479.issue16754@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going by what says in configure:
# SHLIB_SUFFIX is the extension of shared libraries

The extension of shared libraries on macos is .dylib in most cases (e.g libtool based libraries and as mentioned python itself)

Maybe its just a documentation/naming issue.
History
Date User Action Args
2013-04-04 22:26:10jtaylor108setrecipients: + jtaylor108, barry, akuchling, doko, jafo, amaury.forgeotdarc, ncoghlan, tarek, ned.deily, eric.araujo, a.badger, rpetrov, Arfrever, dmalcolm, python-dev, bkabrda, smani
2013-04-04 22:26:10jtaylor108setmessageid: <1365114370.8.0.361461694479.issue16754@psf.upfronthosting.co.za>
2013-04-04 22:26:10jtaylor108linkissue16754 messages
2013-04-04 22:26:10jtaylor108create