Re: [Web-SIG] Looking for an efficient Python script to download and save a .zip file programmatically

2009-01-15 Thread Senthil Kumaran
On Sat, Jan 10, 2009 at 05:16:54PM +, David Shi wrote: I am looking for an efficient Python script to download and save a .zip file programmatically (from http or https call). Does not import urllib zipfile = urllib.urlopen(url_to_zip_file_name).read() do that? -- Senthil

Re: [Web-SIG] Announcing bobo

2009-06-16 Thread Senthil Kumaran
On Tue, Jun 16, 2009 at 12:51:48PM -0400, Etienne Robillard wrote: Hey, don't you people know that you could use a more polite word than Hey to salute people ? I'm just telling my own views. If you disagree then please say something more meaningful than this. Who cares what you know. Sorry

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

2009-12-20 Thread Senthil Kumaran
. -- Senthil On Sun, Dec 20, 2009 at 05:59:48PM +, Senthil Kumaran wrote: Senthil Kumaran orsent...@gmail.com added the comment: Having a HEAD request for urllib2 might be a good idea. I shall use this patch to add the functionality. But, having a history support in the urllib2

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/rfc2616