This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow the "backslashreplace" error handler support decoding
Type: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Allow backslashreplace error handler to be used on input
View: 22286
Assigned To: Nosy List: doerwalter, lemburg, ncoghlan, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-09-23 12:22 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
backslashreplace_decode.patch serhiy.storchaka, 2014-09-23 12:22 review
Messages (2)
msg227349 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-09-23 12:22
Proposed patch allows the "backslashreplace" error handler to be used not only in encoding, but in decoding and translating.
msg227351 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-09-23 12:26
Oh sorry, there is already opened issue22469.
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66659
2014-09-23 12:28:37serhiy.storchakasetsuperseder: Allow the "backslashreplace" error handler support decoding -> Allow backslashreplace error handler to be used on input
2014-09-23 12:28:37serhiy.storchakaunlinkissue22469 superseder
2014-09-23 12:26:46serhiy.storchakasetstatus: open -> closed
superseder: Allow the "backslashreplace" error handler support decoding
messages: + msg227351

resolution: duplicate
stage: patch review -> resolved
2014-09-23 12:26:46serhiy.storchakalinkissue22469 superseder
2014-09-23 12:22:22serhiy.storchakacreate