This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients jaraco, lemburg, pitrou
Date 2019-03-08.08:32:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2019-03-08 08:32:23lemburgsetrecipients: + lemburg, jaraco, pitrou
2019-03-08 08:32:23lemburgsetmessageid: <[email protected]>
2019-03-08 08:32:23lemburglinkissue35967 messages
2019-03-08 08:32:23lemburgcreate