id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
132	PySyck does not dump dictionaries	xl269@…	xi	"infinity0@xl269:~$ uname -a
Linux xl269 2.6.30-1-amd64 #1 SMP Sun Jun 14 15:00:29 UTC 2009 x86_64 GNU/Linux
infinity0@xl269:~$ python --version
Python 2.5.4
infinity0@xl269:~$ python
Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) 
[GCC 4.3.3] on linux2
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> from syck import *
>>> dump({1:2})
'--- {}\n\n'
>>> load('{1: 2}\n')
{1: 2}
>>> from yaml import *
>>> dump({1:2})
'{1: 2}\n'
>>> load('{1: 2}\n')
{1: 2}
>>> 
"	defect	closed	highest	pysyck	blocker	worksforme		
