projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35aaf64
)
test fix for Py<=2.5
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 17 Jul 2010 14:19:20 +0000
(16:19 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 17 Jul 2010 14:19:20 +0000
(16:19 +0200)
tests/run/notinop.pyx
patch
|
blob
|
history
diff --git
a/tests/run/notinop.pyx
b/tests/run/notinop.pyx
index 50142e23648f2c7851946c82d81b6c309b11d87a..3bc630ff6daf37527a259eba40ded17eb66b72ee 100644
(file)
--- a/
tests/run/notinop.pyx
+++ b/
tests/run/notinop.pyx
@@
-136,9
+136,9
@@
def m_unicode(Py_UNICODE a, unicode unicode_string):
1
>>> m_unicode(ord(py_klingon_character), py_unicode_string)
0
- >>> 'f' in None
+ >>> 'f' in None
# doctest: +ELLIPSIS
Traceback (most recent call last):
- TypeError:
argument of type 'NoneType' is not iterable
+ TypeError:
...iterable...
>>> m_unicode(ord('f'), None)
Traceback (most recent call last):
TypeError: argument of type 'NoneType' is not iterable