On Fri, Jul 1, 2011 at 1:53 AM, Даниил Рыжков <daniil...@gmail.com> wrote:
> Hello again!
> Another question: urlopen() reads full file's content, but how can I
> get page by small parts?

I don't think that's true. Just pass .read() the number of bytes you
want to read, just as you would with an actual file object.

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to