Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Is 'replace' the good default value? 'strict' is the default value for most 
encoding/decoding operations. 'surrogateescape' is used if the failure and the 
loss of information are not desirable (like in filenames decoding). 
'backslashreplace' is good if we want to avoid a failure, but want to expose 
undecodable bytes in human-readable form.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33497>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to