]> granicus.if.org Git - python/commit
Issue #22286: The "backslashreplace" error handlers now works with
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Jan 2015 20:56:57 +0000 (22:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 25 Jan 2015 20:56:57 +0000 (22:56 +0200)
commit07985ef387a87486a0e632844be03a8877e7f889
treeb89d636e8ba7b0cd170064698741aebb46951eb5
parent58f02019e0a772b5689b69182f4f162666657294
Issue #22286: The "backslashreplace" error handlers now works with
decoding and translating.
Doc/howto/unicode.rst
Doc/library/codecs.rst
Doc/library/functions.rst
Doc/library/io.rst
Doc/whatsnew/3.5.rst
Lib/codecs.py
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Misc/NEWS
Python/codecs.c