From: Stefan Behnel Date: Mon, 23 Feb 2009 20:54:40 +0000 (+0100) Subject: enable test case in Py3 X-Git-Tag: 0.11.rc~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97034caf3bed149c00fbca3c6c3832a1e7c03a8f;p=cython.git enable test case in Py3 --- diff --git a/tests/run/argdefault.pyx b/tests/run/argdefault.pyx index d1cdf7b4..6e1b60bb 100644 --- a/tests/run/argdefault.pyx +++ b/tests/run/argdefault.pyx @@ -1,4 +1,4 @@ -__doc__ = """ +__doc__ = u""" >>> f0() (1, 2) >>> g0()