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
Originally reported by: elarson (Bitbucket: elarson, GitHub: elarson)
There is a reference to pkg_resources.resource_filename in setuptools/ssl_support.py, yet the used modules are imported explicitly.
The text was updated successfully, but these errors were encountered:
Original comment by elarson (Bitbucket: elarson, GitHub: elarson):
I have a fix in 14737ef in my fork.
Sorry, something went wrong.
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):
Fixed in f04d4f76f128 and released as 0.7b4. Thanks Eric!
Also reported in the legacy bugtracker
This issue re-emerged in the merge at e002a2ff195b and has been corrected again in 943958b2338e, slated for 0.7.1.
Merge pull request #3 from abadger/feature/socket-exception-import
387324c
Import socket.error so the code throws the correct exception
No branches or pull requests
Originally reported by: elarson (Bitbucket: elarson, GitHub: elarson)
There is a reference to pkg_resources.resource_filename in setuptools/ssl_support.py, yet the used modules are imported explicitly.
The text was updated successfully, but these errors were encountered: