projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecaa677
)
Py3 test case fix
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 30 Dec 2008 11:54:20 +0000
(12:54 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 30 Dec 2008 11:54:20 +0000
(12:54 +0100)
tests/run/ticket_123.pyx
patch
|
blob
|
history
diff --git
a/tests/run/ticket_123.pyx
b/tests/run/ticket_123.pyx
index 91ebee38d555d2547a72b79c39ea0150ad8e931b..d0c9ab91842f0037e41607c5a8841f6a8940483a 100644
(file)
--- 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