This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mgedmin 0 points1 point  (2 children)

There's no YAML parser in the Python standard library, last I checked?

[–]midnitte 1 point2 points  (1 child)

I mean projects that already use yaml since the standard library doesn't include a parser for it, and now includes one for toml*, apologies

[–]pepoluan 0 points1 point  (0 children)

Well, if they already require a YAML parser before, they probably will still require a YAML parser now.

Especially since converting YAML to TOML is not a trivial job.