]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Aug 2013 13:56:26 +0000 (16:56 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Aug 2013 13:56:26 +0000 (16:56 +0300)
commite822b034e766e03cd8fbe7ab52fbc2d46fff6d33
treea2e79671034ae47c4a0d6d0d030aecda007c8123
parent5ad3514822a80c094f1cfe47ae59450001043482
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
entities for a non-BMP character on narrow build.
Lib/test/test_codeccallbacks.py
Lib/test/test_unicode.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/unicodeobject.c
Python/codecs.c