Message300215
| 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:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, berker.peksag, Nir Soffer |
| 2017-08-13 09:12:19 | serhiy.storchaka | set | messageid: <1502615539.69.0.208324087564.issue30871@psf.upfronthosting.co.za> |
| 2017-08-13 09:12:19 | serhiy.storchaka | link | issue30871 messages |
| 2017-08-13 09:12:19 | serhiy.storchaka | create | |