[issue33435] incorrect detection of information of some distributions

Petr Viktorin report at bugs.python.org
Tue May 15 10:10:35 EDT 2018


Petr Viktorin <encukou at gmail.com> added the comment:

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/

----------
nosy: +petr.viktorin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33435>
_______________________________________


More information about the Python-bugs-list mailing list