On Wed, Feb 18, 2009 at 1:11 AM, Brendan Miller <[email protected]> wrote: > I'm just curious whether PyYaml is likely to end up in the standard > library at some point?
I don't personally have a direct answer to your question, but I can point out that JSON and YAML are mostly compatible (JSON is almost a perfect YAML subset) and the `json` module is already in the Python std lib. Cheers, Chris -- Follow the path of the Iguana... http://rebertia.com -- http://mail.python.org/mailman/listinfo/python-list
