Closed svisser closed 8 years ago
Hi @svisser,
Thank you for this pull request! I just discovered that this applies to both Python 2.6 and 2.7, so I made this commit instead: https://github.com/jonathanslenders/pymux/commit/417802056a93116fca8894a4952c5272f3bbc730
The string
sys.version
contains version information but it can't be relied upon to always contain the version number at the beginning of the string (across Python interpreters). See also the note in the documentation: https://docs.python.org/3/library/sys.html#sys.version.