ParallelDots / ParallelDots-Python-API

Python repository for ParallelDots API Wrapper
43 stars 17 forks source link

urllib2 is not really thread-safe. #1

Closed subramaniank closed 8 years ago

subramaniank commented 9 years ago

So a lot of SaaS type applications have threaded python webservers. Having a python library that is thread safe might make it easy to integrate.

This might interest you - http://docs.python-requests.org/en/latest/#feature-support

ahwankumar commented 8 years ago

Upgraded from urllib2 to urllib3 1.11 which is thread safe.