]> granicus.if.org Git - python/commit
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 19:09:01 +0000 (20:09 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 19:09:01 +0000 (20:09 +0100)
commit6345be9a141642c2e95eec417844f8702775b700
tree5cfa88e01498c964c857ca184f7010924e69de25
parente7ede067576e9beaf0787e1fb3104cf6202d8aa0
Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
different than "strict" anymore. The caller was unable to compute the
size of the output buffer: it depends on the error handler.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c