Change by Andrey Bychkov :
--
pull_requests: +6650
___
Python tracker
<https://bugs.python.org/issue28167>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrey Bychkov added the comment:
I think, at this moment, the optimal is parsing information from os-release
file, because it's contained in majority linux distributions. Also can using
'Lsb_release -a' command, but not all distributions support 'Linux Standard
Base
Andrey Bychkov added the comment:
I think that it would be good to update linux_distribution, the discussion has
been going on for a long time, but still in some cases the information is not
determined correctly.
It seems to me that the methods used are not entirely correct. My change more
Change by Andrey Bychkov :
--
pull_requests: +6530
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33513>
___
___
Python-bugs-list mai
Change by Andrey Bychkov :
--
keywords: +patch
Added file: https://bugs.python.org/file47590/fix-issue-33513.patch
___
Python tracker
<https://bugs.python.org/issue33
New submission from Andrey Bychkov :
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
Andrey Bychkov added the comment:
it's patch is not actual. new diff in git pull request!
--
___
Python tracker
<https://bugs.python.org/issue33435>
___
___
New submission from Andrey Bychkov :
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