Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to describe difference between pyyaml and ryaml #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonathan-s
Copy link

There are some crucial differences between pyyaml and ryaml which should be described as they implement different versions of the yaml spec.

The differences is also described in another python package that implements the 1.2 version of the spec.
https://yaml.readthedocs.io/en/latest/pyyaml.html#defaulting-to-yaml-1-2-support

closes #3

Copy link
Owner

@ethanhs ethanhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! The PR is much appreciated.

@ethanhs
Copy link
Owner

ethanhs commented Jul 6, 2023

Ah, looks like I need to update things, I'll try to do that later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It appears that y/n and other booleans is not supported.
2 participants