Merge lp://staging/~niedbalski/simplestreams/trunk into lp://staging/~smoser/simplestreams/trunk
Proposed by
Jorge Niedbalski
Status: | Rejected |
---|---|
Rejected by: | Scott Moser |
Proposed branch: | lp://staging/~niedbalski/simplestreams/trunk |
Merge into: | lp://staging/~smoser/simplestreams/trunk |
Diff against target: |
35 lines (+14/-4) 1 file modified
simplestreams/contentsource.py (+14/-4) |
To merge this branch: | bzr merge lp://staging/~niedbalski/simplestreams/trunk |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Scott Moser | Pending | ||
Review via email: mp+218860@code.staging.launchpad.net |
Description of the change
Added a new method `read_iterable` that exposes a generator interface
for chunk reads.
This method is being used for tracking the current download
progress on uvtool-
To post a comment you must log in.
Unmerged revisions
- 345. By Jorge Niedbalski
-
[contentsource] added read_iterable method for being used on iterative downloads
i believe that youfound the existing progress callbacks acceptable.
please re-open if not.