ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

PyYAML might be preferred choice for YAML load/dump in most cases #98

Closed ssato closed 5 years ago

ssato commented 5 years ago

Because of the commit 90abb01, the YAML backend of ruamel.yaml is given higher priority than the one of PyYAML but it looks causing several issues.

ssato commented 5 years ago

It should be resolved by the commit d119cab.