~jelmer/ubuntu/maverick/bzr/2.2.5

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-02-14 00:24:06 UTC
  • mfrom: (1.1.48 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090214002406-h2zfezq54iylm2w8
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
        :param offsets: A list of (offset, size) tuples.
213
213
        :param return: A list or generator of (offset, data) tuples
214
214
        """
215
 
 
216
215
        # offsets may be a generator, we will iterate it several times, so
217
216
        # build a list
218
217
        offsets = list(offsets)