~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: John Arbash Meinel
  • Date: 2011-01-11 18:10:55 UTC
  • mto: This revision was merged to the branch mainline in revision 5596.
  • Revision ID: john@arbash-meinel.com-20110111181055-d79p02kioxcg4f7l
Change tuned_gzip.GzipFile to be deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  already opened that repository).  Implementations of these APIs will
87
87
  need to be updated to accept these arguments.  (Andrew Bennetts)
88
88
 
 
89
* ``bzrlib.tuned_gzip.GzipFile`` is now deprecated and will be removed in
 
90
  the bzr-2.4 series. Code that was using it can just use the python
 
91
  stdlib ``gzip.GzipFile``. (John Arbash Meinel)
 
92
 
89
93
Internals
90
94
*********
91
95