Skip to content
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

Fix Python Checker #1161

Merged
merged 1 commit into from
May 26, 2021
Merged

Fix Python Checker #1161

merged 1 commit into from
May 26, 2021

Conversation

masto-pn
Copy link
Contributor

Fixes wrong detection of newer python2.7 versions

The version pattern of the current checker does not consider python versions
with more than a single digit in the third block of the version string.
Since the latest version of Python 2.7 is 2.7.18, this is falsely reported as
2.7.1.

Python checker considers version strings with more than a single digit
in third number block.
This is mostly relevant in python versions >= python2.7.10.
@pdxjohnny pdxjohnny merged commit 82d60e4 into intel:main May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants