Commit b834486a authored by Stefan Behnel's avatar Stefan Behnel

disable extended unicode test for Python versions < 2.6.5

parent df058ac1
...@@ -71,7 +71,7 @@ __doc__ = br""" ...@@ -71,7 +71,7 @@ __doc__ = br"""
True True
""" """
if sys.version_info >= (2,6): if sys.version_info >= (2,6,5):
# this doesn't work well in older Python versions # this doesn't work well in older Python versions
__doc__ += u"""\ __doc__ += u"""\
>>> expected = u'\U00101234' # unescaped by Cython >>> expected = u'\U00101234' # unescaped by Cython
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment