Re: [Web-SIG] [RFC] urllib2 requests history + HEAD support

2009-12-21 Thread Senthil Kumaran
On Mon, Dec 21, 2009 at 06:24:38PM +, Henry Precheur wrote: > On Sun, Dec 20, 2009 at 11:38:19PM +0530, Senthil Kumaran wrote: > > There was a feature request to add support for HEAD requests. > > It would be nice to have other methods too, like PUT & DELETE: > > http://tools.ietf.org/html/

Re: [Web-SIG] [RFC] urllib2 requests history + HEAD support

2009-12-21 Thread Henry Precheur
On Sun, Dec 20, 2009 at 11:38:19PM +0530, Senthil Kumaran wrote: > I need your opinion on this request. > > > Python Standard Library module urllib2 has support GET and POST. > There was a feature request to add support for HEAD requests. It would be nice to