-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-26544: Get rid of dependence from distutils in platform. #8356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-26544: Get rid of dependence from distutils in platform. #8356
Conversation
Lib/platform.py
Outdated
| # http://php.net/manual/en/function.version-compare.php | ||
|
|
||
| _ver_stages = { | ||
| # any string not found in this dict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the comment should read: "any string not found in this dict, will get 0 assigned" or something similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your suggestion. Done.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
GH-8952 is a backport of this pull request to the 2.7 branch. |
…H-8356) (cherry picked from commit 7d81e8f) Co-authored-by: Serhiy Storchaka <[email protected]>
…ythonGH-8356). (cherry picked from commit 7d81e8f) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-8970 is a backport of this pull request to the 3.7 branch. |
…ythonGH-8356). (cherry picked from commit 7d81e8f) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-8971 is a backport of this pull request to the 3.6 branch. |
…ythonGH-8356). (pythonGH-8970) (cherry picked from commit 7d81e8f) (cherry picked from commit 20a8392) Co-authored-by: Serhiy Storchaka <[email protected]>
…rm. (pythonGH-8356). (pythonGH-8970) (cherry picked from commit 7d81e8f). (cherry picked from commit 20a8392) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-8952) (cherry picked from commit 7d81e8f) Co-authored-by: Serhiy Storchaka <[email protected]>
https://bugs.python.org/issue26544