On Sat, Mar 3, 2012 at 9:32 AM, Senthil Kumaran <sent...@uthcode.com> wrote: > On Wed, Feb 29, 2012 at 08:21:31PM +0000, Anand Chitipothu wrote: [...snip...] >> I disagree. People look for simplicity. > > Yes, I agree that in general, people appreciate simplicity. I too. > > My previous comment was more aligned with how I read it in what people > liked in requests. Rough thoughts were along the lines like .get, > .post with data, .head etc and managing certs. All these are split > across different modules in stdlib and I found that requests provided > it a single place and useful entry for people doing most-common > operations.
Sometimes features are very important. I stared using requests for one work, but later I found that it is not thread safe, then I switched to urllib3: http://urllib3.readthedocs.org/en/latest/index.html Regards, Baiju M _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers