-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PEP 440: Extend example to clarify 1.dev0 < 1.0.15 #2108
Conversation
Not sure what you're proving there, since you're adding "1.0.15" prior to "1.1.dev1" - is that a typo and it should have been "1.1.15"? |
There was a typo, but for
|
>>> from packaging.version import Version >>> Version("1.dev0") > Version("1.0.15") False
Amended the commit message to correct info. |
Interesting that |
So, any news? |
I have no knowledge about this spec. |
Not sure it's really needed, but I don't think it hurts either, so OK :) |
The way to do version check is suggested by @hugovk.