id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
18,[bug] nested dictionnary load works dump doesn't,eugene@…,xi,"{{{
#!python
import yaml
data=yaml.load(""""""
a: 1
b:
    ba: 1
    bb: 2
"""""")
yaml.dump(data)
}}}
[gives]
{{{
#!python
 'a: 1\nb: {ba: 1, bb: 2}\n'
}}}
pyYaml 3.0.3 - Python 2.4.3 - Windows XP
   ",defect,closed,normal,pyyaml,normal,worksforme,,
