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

Document version classes comparison behaviour #297

Merged
merged 2 commits into from Apr 27, 2020

Conversation

deveshks
Copy link
Contributor

Fixes and closes #216

Document how version classes Version and LegacyVersion behave when compared, and address how some version strings with specific words/characters in the end are still valid PEP-440 strings

docs/version.rst Outdated Show resolved Hide resolved
docs/version.rst Outdated Show resolved Hide resolved
docs/version.rst Outdated Show resolved Hide resolved
Copy link
Member

@brettcannon brettcannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is some trailing whitespace somewhere, causing the pre-commit check under Travis to fail.

docs/version.rst Outdated Show resolved Hide resolved
@deveshks deveshks force-pushed the version-classes-doc branch 2 times, most recently from 8e49df9 to fab8974 Compare April 24, 2020 18:17
@deveshks
Copy link
Contributor Author

It looks like there is some trailing whitespace somewhere, causing the pre-commit check under Travis to fail.

the tests are passing now 😊

@brettcannon brettcannon merged commit 221443a into pypa:master Apr 27, 2020
@pradyunsg
Copy link
Member

Thanks @deveshks!

@deveshks deveshks deleted the version-classes-doc branch May 6, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document comparing different version number classes is not supported
3 participants