Commit bdfd5713 authored by Vitja Makarov's avatar Vitja Makarov

Fix py3k support

parent d2e24522
...@@ -93,7 +93,7 @@ def test_close(): ...@@ -93,7 +93,7 @@ def test_close():
>>> x = test_close() >>> x = test_close()
>>> next(x) >>> next(x)
>>> x.close() >>> x.close()
>>> x.next() >>> next(x)
Traceback (most recent call last): Traceback (most recent call last):
StopIteration StopIteration
""" """
......
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