Irmen de Jong wrote: >> but can't effbot's fast cElementree be used for PYROs XML_PICKLE and would >> it be safe and fast >> enough? > > ElementTree's not a marshaler. > Or has it object (de)serialization included?
nope. building a serialization layer on top of it is pretty trivial, and the result is pretty fast, but nowhere close to C speed. </F> -- http://mail.python.org/mailman/listinfo/python-list