]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19676: Added the "namereplace" error handler.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Nov 2014 11:57:17 +0000 (13:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Nov 2014 11:57:17 +0000 (13:57 +0200)
commit166ebc4e5dd09f005c6144b7568da83728b8b893
treef6b9deb3cb72095ef55bcef31637f4aaafe95248
parent6cecf68c7b51390429a2488846b1d0c29581987a
Issue #19676: Added the "namereplace" error handler.
Doc/c-api/codec.rst
Doc/howto/unicode.rst
Doc/library/codecs.rst
Doc/library/functions.rst
Doc/library/io.rst
Include/codecs.h
Lib/codecs.py
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Misc/NEWS
Python/codecs.c