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 jaraco
Recipients jaraco, lemburg, pitrou
Date 2019-03-08.13:58:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552053495.86.0.86230786792.issue35967@roundup.psfhosted.org>
In-reply-to
Content
It won't be possible in general to emit what the function returned before, as `uname` is a symbolic reference to an arbitrary executable, which can vary by platform and release and local environment.

What I might be able to do is find the implementation of "uname" and see if there's a way to get the value from the same source. I did find what I believe is the [canonical source](https://github.com/coreutils/coreutils/blob/66e2daa689fefec9ed201a04696b9f52d049d89a/src/uname.c#L301-L343).

I'll explore if those calls can be translated to Python.
History
Date User Action Args
2019-03-08 13:58:15jaracosetrecipients: + jaraco, lemburg, pitrou
2019-03-08 13:58:15jaracosetmessageid: <1552053495.86.0.86230786792.issue35967@roundup.psfhosted.org>
2019-03-08 13:58:15jaracolinkissue35967 messages
2019-03-08 13:58:15jaracocreate