Stefan Behnel <stefan...@behnel.de> added the comment:

> Serialization of ElementTree in the stdlib is much slower than in lxml (see 
> issue25881). Perhaps it should be implemented in C. But it should be kept 
> simple for this.

Should I say it? That's a first class use case for Cython.


> Pretty-printing can be implemented as an outher preprocessing operation

Agreed. And that would actually be much simpler to implement in C.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue14465>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to