id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc
285,List items printed as dict,ronald.kortekaas@…,xi,"There is a mistake in the dump for a list of dicts:

For example a yaml file:
{{{
treeroot:
- node: 'node'
  branch:
  - branch-2:
    - node-1: 'node-1'
      node-2: 'node-2'
}}}

After a yaml.load yaml.dump I have the following yaml file:

{{{
treeroot:
- branch:
  - branch-2:
    - {node-1: node-1, node-2: node-2}
  node: node
}}}
",defect,new,normal,pyyaml,normal,,,
