From: Stefan Behnel Date: Tue, 30 Dec 2008 11:54:20 +0000 (+0100) Subject: Py3 test case fix X-Git-Tag: 0.11-beta~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0ce2d9e193ca39a5b02bb775b49184d656691008;p=cython.git Py3 test case fix --- diff --git a/tests/run/ticket_123.pyx b/tests/run/ticket_123.pyx index 91ebee38..d0c9ab91 100644 --- a/tests/run/ticket_123.pyx +++ b/tests/run/ticket_123.pyx @@ -1,7 +1,7 @@ __doc__ = u""" >>> ret = repeat_iter() >>> for s in ret: -... print s +... print(s) a a b