[New-bugs-announce] [issue22469] Allow the "backslashreplace" error handler support decoding

Serhiy Storchaka report at bugs.python.org
Tue Sep 23 14:22:22 CEST 2014


New submission from Serhiy Storchaka:

Proposed patch allows the "backslashreplace" error handler to be used not only in encoding, but in decoding and translating.

----------
components: Extension Modules
files: backslashreplace_decode.patch
keywords: patch
messages: 227349
nosy: doerwalter, lemburg, ncoghlan, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Allow the "backslashreplace" error handler support decoding
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file36696/backslashreplace_decode.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22469>
_______________________________________


More information about the New-bugs-announce mailing list