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

import urllib3.disable_warnings error with the latest urllib3 #9

Closed
sundw2014 opened this issue Apr 30, 2016 · 4 comments
Closed

import urllib3.disable_warnings error with the latest urllib3 #9

sundw2014 opened this issue Apr 30, 2016 · 4 comments

Comments

@sundw2014
Copy link

No description provided.

@joaomatosf
Copy link
Owner

joaomatosf commented Apr 30, 2016

Hello Friend,

You can paste the error section displayed? I tried to reproduce the problem in kali 2016.1 and OS X, but the error did not occur ...

If possible, tell me the version of python and urllib3 where the error occurred:

example:

#python
>>> import urllib3, sys
>>> urllib3.__version__
>>> sys.version_info

Thanks

@sundw2014
Copy link
Author

>>> urllib3.__version__
'1.7.1'
>>> sys.version_info
sys.version_info(major=3, minor=4, micro=3, releaselevel='final', serial=0)

@hazcod
Copy link

hazcod commented Jul 25, 2016

Same here for 2.x and 3.x;

>>> urllib3.__version__
'1.7.1'
>>> sys.version_info
sys.version_info(major=2, minor=7, micro=6, releaselevel='final', serial=0)
>>> import urllib3,sys
>>> urllib3.__version__
'1.7.1'
>>> sys.version_info
sys.version_info(major=3, minor=4, micro=3, releaselevel='final', serial=0)

@joaomatosf
Copy link
Owner

Hello Friend,

Sorry for the long time to fix this bug.

The 1.0.14 version contains this fix.

Thank you for feedback.

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

No branches or pull requests

3 participants