summaryrefslogtreecommitdiff
path: root/tests/basics/generator_send.py
AgeCommit message (Expand)Author
2014-01-27gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.Paul Sokolovsky
2014-01-26Implement send() method for generators.Paul Sokolovsky