~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(spiv) Suppress "maximum recursion depth exceeded in __subclasscheck__"
 warnings during selftest. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
* Rearrange thread leak detection code to eliminate global state and make it
305
305
  possible to extend the reporting. (Marting [gz], #633462)
306
306
 
 
307
* Suppress the "maximum recursion depth exceeded in __subclasscheck__"
 
308
  warning on stderr emitted during ``test_dict_deepnested`` in
 
309
  ``bzrlib/tests/test__bencode.py``.  (Andrew Bennetts)
 
310
 
307
311
* The test suite now simply holds log files in memory, rather than writing them
308
312
  out to disk and then reading them back in and deleting them.
309
313
  (Andrew Bennetts)