urllib2 rate limiting

Dimitrios Apostolou jimis at gmx.net
Sat Jan 12 10:53:37 EST 2008


On Fri, 11 Jan 2008, Nick Craig-Wood wrote:
> Here is an implementation based on that idea.  I've used urllib rather
> than urllib2 as that is what I'm familiar with.

Thanks! Really nice implementation. However I'm stuck with urllib2 because 
of its extra functionality so I'll try to implement something similar 
using handle.read(1024) to read in small chunks.

It really seems weird that urllib2 is missing reporthook functionality!


Thank you,
Dimitris




More information about the Python-list mailing list