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 mrandybu
Recipients mrandybu, petr.viktorin
Date 2018-05-16.08:39:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526459970.91.0.682650639539.issue33435@psf.upfronthosting.co.za>
In-reply-to
Content
I think, at this moment, the optimal is parsing information from os-release file, because it's contained in majority linux distributions. Also can using 'Lsb_release -a' command, but not all distributions support 'Linux Standard Base'. At final can using at first parsing the os-release and if it failed, can using the lsb command parse.
History
Date User Action Args
2018-05-16 08:39:31mrandybusetrecipients: + mrandybu, petr.viktorin
2018-05-16 08:39:30mrandybusetmessageid: <1526459970.91.0.682650639539.issue33435@psf.upfronthosting.co.za>
2018-05-16 08:39:30mrandybulinkissue33435 messages
2018-05-16 08:39:30mrandybucreate