Message300425
| 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. |
|