"Joel Koltner" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| Sounds good to me.  I take it that, if I don't inherit from Exception, 
various
| expected behaviors will break?  (This is what Beazley suggests...)

All builtin exceptions have been in the builtin namespace for a while.  The 
duplicate exceptions module is gone in 3.0,  In 3.0, if not before, all 
exceptions must subclass from one of the builtin exceptions.  Exception is 
the usual choice.

tjr





--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to