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

Prevent KeyError when get manylinux wheel url. #1110

Merged

Conversation

SongYunSeop
Copy link
Contributor

Description

Prevent KeyError when get manylinux wheel url.

Context

I used package functools32==3.2.3.post2.
But this version(3.2.3.post2) is not in json data.

According to PEP-440, there is many release type.
PyPI JSON API include only latest stable release.
https://wiki.python.org/moin/PyPIJSON

So pre-relase, post-release, etc only can raise exception KeyError.

GitHub Issues

None.

@SongYunSeop SongYunSeop changed the title Features/get manylinux wheel url Prevent KeyError when get manylinux wheel url. Sep 19, 2017
@coveralls
Copy link

coveralls commented Sep 19, 2017

Coverage Status

Coverage decreased (-0.02%) to 74.013% when pulling 4d13d0c on SongYunSeop:features/get_manylinux_wheel_url into f3cf827 on Miserlou:master.

@Miserlou Miserlou merged commit 4ce69c7 into Miserlou:master Sep 19, 2017
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.

None yet

3 participants