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 -- http://mail.python.org/mailman/listinfo/python-list