I just discovered the following:

PEP 3134: Exception objects now store their traceback as the __traceback__ 
attribute. This means
that an exception object now contains all the information pertaining to an 
exception, and there
are fewer reasons to use sys.exc_info() (though the latter is not removed).

in http://docs.python.org/dev/3.0/whatsnew/3.0.html

denis

------
la vida e estranya
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to