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 vstinner
Recipients christian.heimes, cstratak, doko, matrixise, r.david.murray, vstinner
Date 2020-11-24.13:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606224460.3.0.226725332098.issue28468@roundup.psfhosted.org>
In-reply-to
Content
"How to Check Linux Version" article:
https://linuxize.com/post/how-to-check-linux-version/

* lsb_release command <= is it still used nowadays?
* /etc/os-release file <= this PR
* /etc/issue file
* hostnamectl command
* /etc/*release file <= covered by the PyPI distro module
* uname command <= platform.uname()
History
Date User Action Args
2020-11-24 13:27:40vstinnersetrecipients: + vstinner, doko, christian.heimes, r.david.murray, matrixise, cstratak
2020-11-24 13:27:40vstinnersetmessageid: <1606224460.3.0.226725332098.issue28468@roundup.psfhosted.org>
2020-11-24 13:27:40vstinnerlinkissue28468 messages
2020-11-24 13:27:40vstinnercreate