[Python-Dev] Relaxing Unicode error handling (original) (raw)

Martin v. Loewis martin at v.loewis.de
Mon Jan 5 16:32:32 EST 2004


M.-A. Lemburg wrote:

Codecs define what the default error handling should be (setting errors to NULL), not the Unicode implementation.

I'm not proposing to change this. Codecs would continue to define their error handling. The builtin codecs would base their decision on unicode.errorhandling, though.

Regards, Martin



More information about the Python-Dev mailing list