~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cethread.py

  • 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:
103
103
        """Declare which exceptions will be ignored.
104
104
 
105
105
        :param ignored: Can be either:
106
 
        
107
106
           - None: all exceptions will be raised,
108
107
           - an exception class: the instances of this class will be ignored,
109
108
           - a tuple of exception classes: the instances of any class of the