Diez B. Roggisch wrote: > 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.
Hmm.. I've never had any problems with syck. In fact, I'm using it in a small project now where I store a helluva of data in yaml files... Strange. -- http://mail.python.org/mailman/listinfo/python-list