[issue17828] More informative error handling when encoding and decoding

Nick Coghlan report at bugs.python.org
Mon Nov 4 14:27:10 CET 2013


Nick Coghlan added the comment:

The other thing is that this patch doesn't wrap AttributeError. I'm OK with that, since I believe the only codec in the standard library that currently throws that for a bad input type is rot_13.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17828>
_______________________________________


More information about the Python-bugs-list mailing list