Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread Vishal
http://docs.python-requests.org/en/latest/index.html This page mentions both: - underlying urllib3 (the line just before Testimonials) - Thread Safety (last point in Features) I am ** predicting ** that Requests will go into the std-lib very soon :)) Enjoy, Vishal Sapre On Tue, May 8, 2012 at

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread Noufal Ibrahim
Vishal writes: > http://docs.python-requests.org/en/latest/index.html > > This page mentions both: > - underlying urllib3 (the line just before Testimonials) > - Thread Safety (last point in Features) > > I am ** predicting ** that Requests will go into the std-lib very > soon :)) I'm not sure.

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread kracethekingmaker
I don't want requests, to go into std lib at all and even kenneth doesn't if I am right. Vishal writes: http://docs.python-requests.org/en/latest/index.html This page mentions both: - underlying urllib3 (the line just before Testimonials) - Thread Safety (last point in Features) I am ** pred

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread Baiju M
This change reflected in the website after the commit I pointed out. On Tue, May 8, 2012 at 8:08 PM, Vishal wrote: > http://docs.python-requests.org/en/latest/index.html > > This page mentions both: > - underlying urllib3 (the line just before Testimonials) > - Thread Safety (last point in Featu