[Python-3000] str/unicode tests: pyexpat.c and read(n) (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 22 10:00:18 CEST 2007


Sure, normally XML is serialized to bytes, but it is also serializable to unicode, and that's a useful feature to have (if implementable).

It's not reasonably implementable; users who have use cases will have to encode as UTF-8 first.

Regards, Martin



More information about the Python-3000 mailing list