~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-09-17 04:21:12 UTC
  • mto: This revision was merged to the branch mainline in revision 5433.
  • Revision ID: andrew.bennetts@canonical.com-20100917042112-om1esqy5mhl6r36d
Suppress 'maximum recursion depth exceeded in __subclasscheck__' warning triggered by test__bencode.

Show diffs side-by-side

added added

removed removed

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