Just wrote: >>Does the comments above make sense? >> >> > >Not quite: when raising an exception, an instance of the exception class >_is_ created. Just like this: > > raise SomeException(msg) > >With the old (deprecated) spelling the instantiation is done implicitly: > > raise SomeException, msg > > Ah ok, so it is created, automatically, but I guess I never have to handle the instance in the C code.
Thanks --Jacob -- http://mail.python.org/mailman/listinfo/python-list