Lichen

tests/builtin_names.py

288:fff09c70f489
2016-11-30 Paul Boddie Implemented the dictionary items method and expanded IndexError. Expanded the dictionary test program.
     1 def f():     2     return StopIteration     3      4 print f()