This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients alex.dzyoba, alex.henderson, eli.bendersky, eric.araujo, eric.snow, loewis, martin.panter, mcepl, santoso.wijaya, scoder, serhiy.storchaka, tshepang, vstinner, wolma
Date 2018-08-18.05:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534568784.51.0.56676864532.issue14465@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2018-08-18 05:06:24scodersetrecipients: + scoder, loewis, vstinner, mcepl, eric.araujo, eli.bendersky, santoso.wijaya, tshepang, eric.snow, martin.panter, serhiy.storchaka, alex.henderson, wolma, alex.dzyoba
2018-08-18 05:06:24scodersetmessageid: <1534568784.51.0.56676864532.issue14465@psf.upfronthosting.co.za>
2018-08-18 05:06:24scoderlinkissue14465 messages
2018-08-18 05:06:24scodercreate