﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3035	syntax error in doctest, utils.text	yary h <spm-django@…>	Adrian Holovaty	"In the trunk, django\utils\text.py:

{{{
 line 123, in django.utils.text.smart_split
Failed example:
    list(smart_split('This is ""a person's"" test.'))
Exception raised:
    Traceback (most recent call last):
      File ""C:\Python24\lib\doctest.py"", line 1243, in __run
        compileflags, 1) in test.globs
      File ""<doctest django.utils.text.smart_split[0]>"", line 1
         list(smart_split('This is ""a person's"" test.'))
}}}

seems to be caused by not specifying a raw docstring. Change line 117, 118 to:
{{{
def smart_split(text):
    r""""""
}}}"	defect	closed	Testing framework	dev	normal	fixed			Unreviewed	0	0	0	0	0	0
