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

Now I see the problem: make_decode_exception creates a new bytes object in any 
case, regardless of whether the error handler will update it or not. Therefore, 
decoding will continue in this new bytes object.

I think the same issue also applies to the ASCII decoder in 3.3.

----------

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

Reply via email to