> I know that there are different YAML engines for Python out there (Syck, > PyYaml, more?). > > Which one do you use, and why?
I first used yaml, tried to migrate to syck. What I like about syck is that it is faster and doesn't try to create objects but only dicts - but it crashed if the number of yaml objects grew larger. So I still use yaml. > > For those of you who don't know what YAML is: visit http://yaml.org/! > You will be amazed, and never think of XML again. Well, almost. It is certainly nice. -- Regards, Diez B. Roggisch -- http://mail.python.org/mailman/listinfo/python-list