Skip to content

[2.7] bpo-33513: Fixed incorrect version linux detection (platform.py)#6855

Closed
mrandybu wants to merge 2 commits intopython:2.7from
mrandybu:fix-issue-33513
Closed

[2.7] bpo-33513: Fixed incorrect version linux detection (platform.py)#6855
mrandybu wants to merge 2 commits intopython:2.7from
mrandybu:fix-issue-33513

Conversation

@mrandybu
Copy link
Copy Markdown

@mrandybu mrandybu commented May 15, 2018

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.

https://bugs.python.org/issue33513

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bedevere-bot
Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@encukou encukou closed this May 20, 2018
@mrandybu mrandybu deleted the fix-issue-33513 branch July 27, 2020 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants