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 xtreak
Recipients akien, xtreak
Date 2018-09-22.16:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537632162.66.0.956365154283.issue24063@psf.upfronthosting.co.za>
In-reply-to
Content
Just to add some more context the function platform.linux_distribution() was removed in Python 3 with 8b94b41ab7b12f745dea744e8940631318816935. Refer https://bugs.python.org/issue28167 for more discussion. https://pypi.org/project/distro/ is the recommended package for this. I am not sure if this can be added to Python 2 though.

Thanks
History
Date User Action Args
2018-09-22 16:02:42xtreaksetrecipients: + xtreak, akien
2018-09-22 16:02:42xtreaksetmessageid: <1537632162.66.0.956365154283.issue24063@psf.upfronthosting.co.za>
2018-09-22 16:02:42xtreaklinkissue24063 messages
2018-09-22 16:02:42xtreakcreate