-
Notifications
You must be signed in to change notification settings - Fork 251
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
The result of some case of version compare is not expected #405
Comments
This is expected as e.g. I also couldn't find a section in PEP 440 (which you get redirected to from https://packaging.python.org/specifications/version-specifiers/) which suggests that dropping the last digit means it should be considered smaller than a version with it specified. If you can point that out that would be really helpful. |
I believe PEP 440 is irrelevant here since |
Also, |
Thank you guys. The version build format is not controlled by myself. So it seems to be issue of 'build' text in the version text.
|
Here are some cases of version compare.
Expected result:
Note expected result:
Note: This may not be expected, since 'v6.4.4' should be greater than 'v6.4'. But it return back 'False' result.
Please help to confirm this issue. Thank you so much.
The text was updated successfully, but these errors were encountered: