Commit c90d952d authored by Stefan Behnel's avatar Stefan Behnel

disable extended unicode test for Python versions < 2.6.5

parent 36da543a
......@@ -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
......
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