On 10/24/10 16:01, Steve Holden wrote: > I was somewhat surprised to discover that Python 3 no longer allows an > exception to be raised in an except clause (or rather that it reports it > as a separate exception that occurred during the handling of the first).
FYI, Java has a similar behavior. In Java, however, after a certain length, some of the older exceptions will be suppressed and will only print message informing that there are more exceptions above it. -- http://mail.python.org/mailman/listinfo/python-list