ElementTree, XML and Unicode -- C0 Controls

Fredrik Lundh fredrik at pythonware.com
Mon Dec 11 10:51:01 EST 2006


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> 






More information about the Python-list mailing list