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 vstinner
Recipients Nir Soffer, berker.peksag, serhiy.storchaka, vstinner
Date 2017-08-17.14:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502978547.87.0.857314094634.issue30871@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: "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."

Ok, I added tkinter.patchlevel info which calls "info patchlevel".


Serhiy: "In the readline module _READLINE_VERSION is header version, _READLINE_RUNTIME_VERSION and _READLINE_LIBRARY_VERSION are runtime versions."

The 3 variables are stored.


Serhiy: "In the zlib module ZLIB_VERSION is header version, ZLIB_RUNTIME_VERSION is runtime version."

I just added the 2 variables.
History
Date User Action Args
2017-08-17 14:02:27vstinnersetrecipients: + vstinner, berker.peksag, serhiy.storchaka, Nir Soffer
2017-08-17 14:02:27vstinnersetmessageid: <1502978547.87.0.857314094634.issue30871@psf.upfronthosting.co.za>
2017-08-17 14:02:27vstinnerlinkissue30871 messages
2017-08-17 14:02:27vstinnercreate