
urllib3 is a HTTP client for Python.It brings features likes Thread safety,Connection pooling,Proxy support for HTTP and SOCKS, Its resolve url blocking issues while we are scraping multiple url, we can easly configure an IP poll for our scraper which resolve the url blocking issue.As is opensource we gets updates regular basics Review collected by and hosted on G2.com.
Mainly as such urllib3 have no such dislike, but i have to update my old code which i have written for lower version of urllib2,because some method name change in new versions Review collected by and hosted on G2.com.


