~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-06-27 05:25:03 UTC
  • mto: This revision was merged to the branch mainline in revision 5322.
  • Revision ID: andrew.bennetts@canonical.com-20100627052503-rat7ch559a215swk
Implement __sizeof__ in StaticTuple.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
 
180
180
* Improved ``bzrlib.urlutils`` to handle lp:foo/bar URLs. (Gordon Tyler)
181
181
 
 
182
* ``bzrlib._c_static_tuple.StaticTuple`` now implements ``__sizeof__``, so
 
183
  that ``sys.getsizeof`` and other memory analysis tools will report more
 
184
  accurate results. (Andrew Bennetts)
 
185
 
182
186
Testing
183
187
*******
184
188