Rev 5655: Add news entry. in file:///home/vila/src/bzr/experimental/thread-with-exception/

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed Feb 9 09:14:10 UTC 2011


At file:///home/vila/src/bzr/experimental/thread-with-exception/

------------------------------------------------------------
revno: 5655
revision-id: v.ladeuil+lp at free.fr-20110209091410-cubxgkmrfd0hu577
parent: v.ladeuil+lp at free.fr-20110208162623-2njflo8y7rrtek3n
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: thread-with-exception
timestamp: Wed 2011-02-09 10:14:10 +0100
message:
  Add news entry.
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.4.txt'
--- a/doc/en/release-notes/bzr-2.4.txt	2011-02-07 04:29:44 +0000
+++ b/doc/en/release-notes/bzr-2.4.txt	2011-02-09 09:14:10 +0000
@@ -115,6 +115,12 @@
 .. Major internal changes, unlikely to be visible to users or plugin 
    developers, but interesting for bzr developers.
 
+* ``CatchingExceptionThread`` (formerly ThreadWithException) has been moved
+  out of the ``bzrlib.tests`` hierarchy to make it clearer that it can be used
+  outside of tests. This class makes it easier to track exceptions in threads
+  by cacthing them so they can be re-raised in the controlling thread.
+  (Vincent Ladeuil)
+
 Testing
 *******
 



More information about the bazaar-commits mailing list