Commit cd29303b authored by Stefan Behnel's avatar Stefan Behnel

enable tests in Py3

parent 0db69eb1
__doc__ = """ __doc__ = u"""
>>> func1(None) >>> func1(None)
>>> func1(*[None]) >>> func1(*[None])
>>> func1(arg=None) >>> func1(arg=None)
......
__doc__ = """ __doc__ = u"""
>>> 1 >>> 1
1 1
""" """
......
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