I saw that there are two new features in Python 3:
StopIterationcan be given a value by areturnstatementforloop has theelsepart that is executed when theStopIterationhappens
Seems that it is reasonable to be able to work with the StopIteration.value in the else clause, but I cannot find any reference to it.