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.

Author serhiy.storchaka
Recipients hawkowl, ned.deily, serhiy.storchaka
Date 2018-05-14.22:30:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526337001.4.0.682650639539.issue33497@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-14 22:30:01serhiy.storchakasetrecipients: + serhiy.storchaka, ned.deily, hawkowl
2018-05-14 22:30:01serhiy.storchakasetmessageid: <1526337001.4.0.682650639539.issue33497@psf.upfronthosting.co.za>
2018-05-14 22:30:01serhiy.storchakalinkissue33497 messages
2018-05-14 22:30:01serhiy.storchakacreate