[issue30871] Add a "python info" command somewhere to dump versions of all dependencies

STINNER Victor report at bugs.python.org
Thu Aug 17 10:02:27 EDT 2017


STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30871>
_______________________________________


More information about the Python-bugs-list mailing list