Thanks in advance, Marco -- Marco -- http://mail.python.org/mailman/listinfo/python-list
Since StopIteration is not an error, how come does it inherit directly
from Exception and not from BaseException?
- How come StopIteration.__base__ is not BaseException? Marco Buttu
- Re: How come StopIteration.__base__ is not BaseExcept... random832
- Re: How come StopIteration.__base__ is not BaseExcept... Marco Buttu
- Re: How come StopIteration.__base__ is not BaseEx... Marco Buttu
- Re: How come StopIteration.__base__ is not BaseEx... Steven D'Aprano
- Re: How come StopIteration.__base__ is not Ba... Marco Buttu
- Re: How come StopIteration.__base__ is no... Terry Reedy
- Re: How come StopIteration.__base__ is no... Marco Buttu
- Re: How come StopIteration.__base__ ... Terry Reedy
- Re: How come StopIteration.__base__ is not BaseExcept... Ethan Furman