[issue35967] Better platform.processor support

Marc-Andre Lemburg report at bugs.python.org
Fri Mar 8 03:32:23 EST 2019


Marc-Andre Lemburg <mal at egenix.com> added the comment:

As the documentation says, the API is intended as fairly portable implementation of the Unix uname helper across platforms. It's fine to redirect this directly to e.g. /proc output instead of using the executable, but in whatever you do here, the output of platform.uname() needs to stay compatible to what the function returned prior to such a change, which usually means: to the output of the uname helper on a system.

Could you please check that on most systems, the output remains the same ?

Thanks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35967>
_______________________________________


More information about the Python-bugs-list mailing list