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 petr.viktorin
Recipients mrandybu, petr.viktorin
Date 2018-05-15.14:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526393435.8.0.682650639539.issue33435@psf.upfronthosting.co.za>
In-reply-to
Content
linux_distribution is deprecated since 3.5, so I don't think it makes sense to modify it.
(see https://docs.python.org/3/library/platform.html#platform.linux_distribution)

Can you use a third-party package instead, e.g. distro?
http://distro.readthedocs.io/en/latest/
History
Date User Action Args
2018-05-15 14:10:35petr.viktorinsetrecipients: + petr.viktorin, mrandybu
2018-05-15 14:10:35petr.viktorinsetmessageid: <1526393435.8.0.682650639539.issue33435@psf.upfronthosting.co.za>
2018-05-15 14:10:35petr.viktorinlinkissue33435 messages
2018-05-15 14:10:35petr.viktorincreate