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 serhiy.storchaka
Recipients Nir Soffer, berker.peksag, serhiy.storchaka, vstinner
Date 2017-08-13.09:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502615539.69.0.208324087564.issue30871@psf.upfronthosting.co.za>
In-reply-to
Content
> Sorry, version of what?

Versions of any external library. Python can be built with headers of one version, but dynamically load the library of other version.

For example TCL_VERSION and TK_VERSION are static versions (they should be equal in modern Tcl/Tk), and Tcl command "info patchlevel" returns the dynamic version. In the readline module _READLINE_VERSION is header version, _READLINE_RUNTIME_VERSION and _READLINE_LIBRARY_VERSION are runtime versions. In the zlib module ZLIB_VERSION is header version, ZLIB_RUNTIME_VERSION is runtime version.
History
Date User Action Args
2017-08-13 09:12:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, berker.peksag, Nir Soffer
2017-08-13 09:12:19serhiy.storchakasetmessageid: <1502615539.69.0.208324087564.issue30871@psf.upfronthosting.co.za>
2017-08-13 09:12:19serhiy.storchakalinkissue30871 messages
2017-08-13 09:12:19serhiy.storchakacreate