commit | a519cfc9534016725435c23fc1840d7d43d47c3b | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Wed Mar 25 19:44:58 2009 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Wed Mar 25 19:44:58 2009 +0000 |
tree | 4deadf1b93bf2844bb78c8baa6b5571c42b32d02 | |
parent | 9a1337b95e488a46caa781853591c20fd1de3be9 [diff] |
Remove the sys.version_info shortcut, since they cause the APIs to return different information than the _sys_version() output used in previous Python versions. This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings Added more tests for the various platform functions.