-
Notifications
You must be signed in to change notification settings - Fork 201
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
Use saneyaml instead of yaml #440
Comments
@pombredanne is there any advantage of using saneyaml over standard yaml . AFAIK there is |
After discussion with @pombredanne I'm convinced that |
@sbs2001 imho, if you could post that conversation here, it would be very helpful for future contributors. |
Rationale: >>> yaml.load("phil: yes")
{'phil': True} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
saneyaml is maintained by us (nexB) and it makes sense to update all the importers to use it instead of
yaml
.Files currently requiring the fix.
tests/test_suse_backports.pyThe text was updated successfully, but these errors were encountered: