id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
28	Incorrect handling of strings with trailing spaces	yang	xi	"The following fails because the trailing space is dropped.  I don't know if this is incorrect dumping (should've quoted), loading (should not have ignored the space), or even both.
{{{
#!python
s = 'abc '
assert syck.load( syck.dump(s) ) == s
}}}"	defect	closed	highest	pysyck	major	worksforme		
