mk-fg / pretty-yaml

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data
Do What The F*ck You Want To Public License
135 stars 29 forks source link

Preserve OrderedDict order #14

Closed orivej closed 9 years ago

orivej commented 9 years ago

pyaml.dump should print OrderedDict in order.

mk-fg commented 9 years ago

Thanks.

Seem to be a bug I've added in 8204b87 due to bad line copy-pasta.