~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-28 01:45:12 UTC
  • mfrom: (5320.1.1 statictuple-sizeof)
  • Revision ID: pqm@pqm.ubuntu.com-20100628014512-l4w7dmgpmt1pj5c4
(spiv) Implement __sizeof__ in StaticTuple. (Andrew Bennetts)

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