projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff1a493
)
Py3 test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 17:18:13 +0000
(18:18 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 21 Feb 2009 17:18:13 +0000
(18:18 +0100)
tests/run/for_decrement.pyx
patch
|
blob
|
history
diff --git
a/tests/run/for_decrement.pyx
b/tests/run/for_decrement.pyx
index 39d40d63ff84c1f0c24122b4ed4bac3897794150..72c3dab1480126136a5af771a8f3e8f938b2211a 100644
(file)
--- a/
tests/run/for_decrement.pyx
+++ b/
tests/run/for_decrement.pyx
@@
-15,7
+15,7
@@
cdef int get_step():
"""
This should only be called once, when used in range().
"""
- print "** Calculating step **"
+ print
u
"** Calculating step **"
return 2
def range_loop_indices():