ElementTree, XML and Unicode -- C0 Controls

Sébastien Boisgérault Sebastien.Boisgerault at gmail.com
Mon Dec 11 13:09:54 EST 2006



On Dec 11, 4:51 pm, "Fredrik Lundh" <fred... at pythonware.com> wrote:
> Sébastien Boisgérault wrote:
> > Could anyone comment on the rationale behind
> > the current behavior ? Is it a performance issue,
> > the search for non-valid unicode code points being
> > too expensive ?
> the default serializer doesn't do any validation or well-formedness checks at all; it assumes
> that you know what you're doing.
> 
> </F>

Fair enough !

Thanks Fredrik.

SB




More information about the Python-list mailing list