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 methane
Recipients kadler, methane, serhiy.storchaka
Date 2020-10-08.08:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602146562.57.0.603831124009.issue41894@roundup.psfhosted.org>
In-reply-to
Content
> So the main problem is: should we allow surrogateescape in error message?

Note that error message may be written to file, stream, structured log (JSON). They may be UTF-8:strict. We can not write surrogateescape-d string to them.
History
Date User Action Args
2020-10-08 08:42:42methanesetrecipients: + methane, serhiy.storchaka, kadler
2020-10-08 08:42:42methanesetmessageid: <1602146562.57.0.603831124009.issue41894@roundup.psfhosted.org>
2020-10-08 08:42:42methanelinkissue41894 messages
2020-10-08 08:42:42methanecreate