[Python-3000] pyexpat: returns_unicode str/unicode branch (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 22 09:56:26 CEST 2007


Along the same lines, since all strings are now unicode, should "returnsunicode" be dropped from xmlparser objects? That is, the handler functions will always be passed unicode strings and not utf-8 bytes.

Sure.

Martin



More information about the Python-3000 mailing list