[issue12158] platform: add linux_version()

STINNER Victor report at bugs.python.org
Mon May 23 15:27:35 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Use "%s.%s.%s" % linux_version() if you would like to format the version. The format is well defined. (You should only do that under Linux.)

----------

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


More information about the Python-bugs-list mailing list