projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36da543
)
disable extended unicode test for Python versions < 2.6.5
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 19:21:22 +0000
(21:21 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 15 Aug 2010 19:21:22 +0000
(21:21 +0200)
tests/run/unicodeliterals.pyx
patch
|
blob
|
history
diff --git
a/tests/run/unicodeliterals.pyx
b/tests/run/unicodeliterals.pyx
index 642d497fa9f2e4954c37533ae9f4f8d3d279e6db..bfe25d9b6896f0186bfc4116f56c5090059cdb21 100644
(file)
--- a/
tests/run/unicodeliterals.pyx
+++ b/
tests/run/unicodeliterals.pyx
@@
-71,7
+71,7
@@
__doc__ = br"""
True
"""
-if sys.version_info >= (2,6):
+if sys.version_info >= (2,6
,5
):
# this doesn't work well in older Python versions
__doc__ += u"""\
>>> expected = u'\U00101234' # unescaped by Cython