id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
64	yaml.dump and indentation:	lal.george@…	xi	"In python, when I have :
------
y = {'x' : 3, z : [{'val' : 3}, {'val' : 4}]}
yaml.dump(y, default_flow_style=False)
---------
The result is: 'x: 3\nz:\n- val: 3\n- val: 4\n'

I believe there should be a space before each hypen.

Best,
  Lal"	task	closed	low	pyyaml	normal	fixed		
