2017-03-12 | Paul Boddie | file changeset files shortlog | Merged changes from the default branch. | return-value-definition |
paul@40 | 1 | def f(): |
paul@266 | 2 | return StopIteration |
paul@266 | 3 | |
paul@315 | 4 | print f() # __builtins__.exception.base.StopIteration |