pyyaml.org icon indicating copy to clipboard operation
pyyaml.org copied to clipboard

Docs don't mention `sort_keys` parameter of dump function.

Open bhch opened this issue 5 years ago • 1 comments

The sort_keys parameter (added in v5.1) to dump() function is missing from the docs: https://pyyaml.org/wiki/PyYAMLDocumentation#cb67

bhch avatar Oct 29 '20 19:10 bhch

The commit where sort_keys was introduced is https://github.com/yaml/pyyaml/commit/07c88c6c1bee51439a00bc07827980fbb161a1ad

jmoraleda avatar Apr 12 '21 18:04 jmoraleda