Message 316232 - Python tracker

Message316232

Author mrandybu
Recipients mrandybu
Date 2018-05-06.09:53:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525600412.06.0.682650639539.issue33435@psf.upfronthosting.co.za>
In-reply-to
Content
In some linux distributions, the information about the distribution is incorrectly determined when the linux_distribution() method is called from the platform class. Since the information file os-release becomes a certain standard, I propose first of all to check its availability and if it is in the system, then parse the information from it. I apply the patch. It will work well with version 2.7.
History
Date User Action Args
2018-05-06 09:53:32mrandybusetrecipients: + mrandybu
2018-05-06 09:53:32mrandybusetmessageid: <1525600412.06.0.682650639539.issue33435@psf.upfronthosting.co.za>
2018-05-06 09:53:31mrandybulinkissue33435 messages
2018-05-06 09:53:31mrandybucreate