[New-bugs-announce] [issue33513] incorrect detection of information of some distributions python2

Andrey Bychkov report at bugs.python.org
Tue May 15 02:59:11 EDT 2018


New submission from Andrey Bychkov <mrandybu at gmail.com>:

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 - parse the information from it.

----------
components: Library (Lib)
messages: 316628
nosy: mrandybu
priority: normal
severity: normal
status: open
title: incorrect detection of information of some distributions python2
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list