From: Dag Sverre Seljebotn Date: Fri, 17 Oct 2008 07:49:55 +0000 (+0200) Subject: Minor Py3 fix in testcase X-Git-Tag: 0.9.9.2.beta~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=defeff2c27ed5f2a72912894f2a5c809f34d7293;p=cython.git Minor Py3 fix in testcase --- diff --git a/tests/run/r_docstrings.pyx b/tests/run/r_docstrings.pyx index 00a9fdad..2bd6b34d 100644 --- a/tests/run/r_docstrings.pyx +++ b/tests/run/r_docstrings.pyx @@ -3,7 +3,7 @@ # More comments -'A module docstring' +u'A module docstring' doctest = u"""# Python 3 gets all of these right ... >>> __doc__