K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-05-20T22:37:42.587212Z K 7 svn:log V 203 Don't raise StopIteration when complete; a bare return suffices Bare return statements are valid terminators for generators: https://docs.python.org/2/reference/simple_stmts.html#the-return-statement . END