Closed this issue 9 years ago · 1 comments
The code yaml.dump('foobar') produces 'foobar\n...\n' while (I think) should produce 'foobar'
So, this is the format that PyYAML dumps to by default. I'm closing this ticket in favour of #25 which covers other cases of dodgy default formatting.