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

Change prerelease default to None #374

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

toddgardner
Copy link
Contributor

This is a fix for #372

Reading the packaging code there was a semantic difference between "prereleases=None" and "prereleases=False"; this sets the default from False to None, like it is in pip; that way, you'll get a prerelease version if you explicitly specify it (with an inclusive operator).

@toddgardner
Copy link
Contributor Author

This needs to be tweaked after #373 is merged and can probably use some more end to end tests of the defaults then also.

Copy link
Member

@jsirois jsirois left a comment

Choose a reason for hiding this comment

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

Thanks Todd!

@jsirois jsirois merged commit 61da553 into pex-tool:master Apr 6, 2017
@jsirois
Copy link
Member

jsirois commented Apr 6, 2017

This will go out with #375

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