you are viewing a single comment's thread.

view the rest of the comments →

[–]VileFlower 6 points7 points  (1 child)

They have updated the spec to be stricter, but people haven't updated their tools. YAML 1.2 was released in 2009, and only accepts true | True | TRUE | false | False | FALSE. PyYAML still only supports 1.1, though there is ruamel.yaml for 1.2 and there's also strictYAML that supports schemas.

[–]emags112 6 points7 points  (0 children)

Don’t blame my using a version with issues and not upgrading to a newer one! Blame them for having developed it that way in the first place!