[issue13452] PyUnicode_EncodeDecimal: reject error handlers different than strict

STINNER Victor report at bugs.python.org
Tue Nov 22 21:41:15 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> I'm only using the function with the NULL error handler.

I don't think that anyone uses it without something else. The function is used to prepare a string input for a function converting a string to an integer. I don't see how xmlcharrefreplace can be useful.

----------

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


More information about the Python-bugs-list mailing list