~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-02-10 12:37:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5661.
  • Revision ID: v.ladeuil+lp@free.fr-20110210123727-8e0pu4wtlt6fj7nf
thread is already a python module, avoid confusion and use cethread instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
* ``CatchingExceptionThread`` (formerly ThreadWithException) has been moved
119
119
  out of the ``bzrlib.tests`` hierarchy to make it clearer that it can be used
120
120
  outside of tests. This class makes it easier to track exceptions in threads
121
 
  by cacthing them so they can be re-raised in the controlling thread.
122
 
  (Vincent Ladeuil)
 
121
  by cacthing them so they can be re-raised in the controlling thread. It's
 
122
  available in the ``bzrlib.cethread`` module.  (Vincent Ladeuil)
123
123
 
124
124
Testing
125
125
*******