Martin v. Löwis <mar...@v.loewis.de> added the comment:

I see. The proper reaction for a codec that can't handle a certain error then 
is to raise the original exception. I'm -1 on raising LookupError when trying 
to find the error handler - this would suggest that the error handler does not 
exist, which is not true.

As for simplifying the implementation: it might be reasonable to special-case 
surrogatepass inside the individual codecs, rather than looking up the error 
handler. Then the error handler could just be identical to "strict", except 
that UTF-8, UTF-16, and UTF-32 individually special-case this error handler in 
their encoders and decoders.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13916>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to