[RFC] Clean up progress bars during fetch

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Nov 9 08:37:01 GMT 2006


>>>>> "jam" == John Arbash Meinel <john at arbash-meinel.com> writes:

<snip/>

    jam> TODO:
    jam>   The biggest thing that needs to be done at this point is to change the
    jam>   HTTP.readv() implementation.

http.readv() relies on RangeFile which itself do a read() in its
__init__ method, so indeed, no progress can be shown, yet.

I was willing to refactor the whole http/response.py to better
integrate it into http/_urllib2_wrappers.py anyway, so I will
copy your TODO in the mean time :-)

     Vincent




More information about the bazaar mailing list