Scott David Daniels wrote:
> Have you tried it?  Looked to do what you described to me when I run a
> sample.  Note that is an unadorned raise with no args.  The idea is to
> simply modify the exception object and then use raise to carry the
> whole original exception along as if not intercepted.

Oups, sorry, I tried it but wrote "raise exception" instead of "raise".

Yes, that's a very good idea indeed.  I'll change to that.

Thx,
Nicolas
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to