[issue13452] PyUnicode_EncodeDecimal: reject error handlers different than strict

STINNER Victor report at bugs.python.org
Fri Nov 25 20:10:17 CET 2011


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

Hum, I only changed PyUnicode_EncodeDecimal in Python 3.3, I prefer to not touch stable releases (2.7, 3.2).

New changeset a20fae95618c by Victor Stinner in branch 'default':
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
http://hg.python.org/cpython/rev/a20fae95618c

(Oops, I specified the wrong issue number: fixed in 9a712ad593bb)

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list