2017-04-11 | Paul Boddie | file changeset files shortlog | Expanded the download documentation and added a changelog page. |
paul@40 | 1 | def f(): |
paul@266 | 2 | return StopIteration |
paul@266 | 3 | |
paul@315 | 4 | print f() # __builtins__.exception.base.StopIteration |