PyYaml in standard library?
Chris Rebert
clp2 at rebertia.com
Wed Feb 18 04:34:08 EST 2009
On Wed, Feb 18, 2009 at 1:11 AM, Brendan Miller <catphive at catphive.net> 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
More information about the Python-list
mailing list