On Sun, Dec 20, 2009 at 11:38:19PM +0530, Senthil Kumaran wrote:
> I need your opinion on this request. 
> <http://bugs.python.org/issue1673007>
> 
> 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 have other methods too, like PUT & DELETE:

  http://tools.ietf.org/html/rfc2616#page-52

> While that is valid feature request, there was suggestion to include a
> history of the requests in the module.  I don't find any references in
> the RFCS for any such requirement to maintain a history of requests.
> 
> Do you have any opinion on whether is it a good idea to have history
> of requests in the urllib2 module? I personally feel that history of
> requests can be easier tracked by the clients.

This should be done by the client.

-- 
  Henry PrĂȘcheur
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to