Commit 486f89e4 authored by Stefan Behnel's avatar Stefan Behnel

change doctest to work with PyPy

parent 49473b1c
__doc__ = u""" __doc__ = u"""
>>> iter(C()) >>> iter(C()) # doctest: +ELLIPSIS
Traceback (most recent call last): Traceback (most recent call last):
TypeError: iter() returned non-iterator of type 'NoneType' TypeError: iter() returned non-iterator...
""" """
cdef class C: cdef class C:
......
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