bpo-33717: set terse=True in pythoninfo.collect_platform by zhangyangyu · Pull Request #7797 · python/cpython (original) (raw)
I suggest using platform.platform(aliased=True, terse=True)
in test.pythoninfo in < 3.8. This makes it more consistent with 3.8. platform.platform
is largely changed in 3.8. More specially, I want libc version to be included in pythoninfo. Although libc version is wrong now but I think it will be fixed soon.