Commit 0ce2d9e1 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test case fix

parent ecaa677f
__doc__ = u"""
>>> ret = repeat_iter()
>>> for s in ret:
... print s
... print(s)
a
a
b
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment