Open
Description
The documentation at https://pyyaml.org/wiki/PyYAMLDocumentation seems to be out of date from the latest version. In particular, it doesn't cover the changes described at https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation:
- No mention of the newer
FullLoader
andUnsafeLoader
(and correspondingfull_load
andunsafe_load
functions) - Examples of
yaml.load
don't specify a loader, implying that it isn't required