~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tuned_gzip.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-16 19:08:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1937.
  • Revision ID: john@arbash-meinel.com-20060816190849-6150bf42721047cd
Small cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        """A tuned version of gzip._write_gzip_header
70
70
 
71
71
        We have some extra constrains that plain Gzip does not.
72
 
        1) We can write the whole blob at once. rather than multiple calls to 
73
 
           fileobj.write().
 
72
        1) We want to write the whole blob at once. rather than multiple 
 
73
           calls to fileobj.write().
74
74
        2) We never have a filename
75
75
        3) We don't care about the time
76
76
        """