/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/medium.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-07 13:35:56 UTC
  • mfrom: (4264 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4284.
  • Revision ID: jelmer@samba.org-20090407133556-6iutwwzcqwc0ebjd
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
    def accept_bytes(self, bytes):
382
382
        """Accept bytes for inclusion in this request.
383
383
 
384
 
        This method may not be be called after finished_writing() has been
 
384
        This method may not be called after finished_writing() has been
385
385
        called.  It depends upon the Medium whether or not the bytes will be
386
386
        immediately transmitted. Message based Mediums will tend to buffer the
387
387
        bytes until finished_writing() is called.