﻿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
10001	smart_split should be more versatile	Paul O’Shannessy	nobody	"smart_split should accept input such that the following is true:

{{{
>>> list(smart_split(r""A variable='value' should work.""))
[u'A', u""variable='value'"" u'should' u'work']
>>> list(smart_split(r""A variable='value with spaces' should also work.""))
[u'A', u""variable='value with spaces'"", u'should', u'also', u'work.']
}}}

With this, multiple word strings can be passed to variables in a template."		closed	Core (Other)	dev		duplicate			Unreviewed	1	0	0	0	0	0
