bpo-26544: Get rid of dependence from distutils in platform.#8356
bpo-26544: Get rid of dependence from distutils in platform.#8356serhiy-storchaka merged 3 commits intopython:masterpython/cpython:masterfrom serhiy-storchaka:platform-version-compareserhiy-storchaka/cpython:platform-version-compareCopy head branch name to clipboard
Conversation
| # 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.
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.
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. |
…ythonGH-8356). (cherry picked from commit 7d81e8f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
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 <storchaka@gmail.com>
|
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 <storchaka@gmail.com>
…rm. (pythonGH-8356). (pythonGH-8970) (cherry picked from commit 7d81e8f). (cherry picked from commit 20a8392) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
https://bugs.python.org/issue26544