projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd0ae5
)
Py2 test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 9 Sep 2010 10:36:30 +0000
(12:36 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 9 Sep 2010 10:36:30 +0000
(12:36 +0200)
tests/run/future_unicode_literals.pyx
patch
|
blob
|
history
diff --git
a/tests/run/future_unicode_literals.pyx
b/tests/run/future_unicode_literals.pyx
index 4eb514e36e9a3328d37019f5c71247b0a055e0ca..9d6b158a99c55b03d1f18c72c58891f0eaecb517 100644
(file)
--- a/
tests/run/future_unicode_literals.pyx
+++ b/
tests/run/future_unicode_literals.pyx
@@
-16,7
+16,7
@@
else:
True
>>> isinstance(u, unicode)
True
- >>> isinstance(b,
bytes
)
+ >>> isinstance(b,
str
)
True
"""