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 kadler, methane, serhiy.storchaka
Date 2020-10-08.09:41:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602150118.84.0.216136657762.issue41894@roundup.psfhosted.org>
In-reply-to
Content
In os.strerror() and PyErr_SetFromErrnoWithFilenameObjects() we use PyUnicode_DecodeLocale(s, "surrogateescape") for decoding the result of strerror().
History
Date User Action Args
2020-10-08 09:41:58serhiy.storchakasetrecipients: + serhiy.storchaka, methane, kadler
2020-10-08 09:41:58serhiy.storchakasetmessageid: <1602150118.84.0.216136657762.issue41894@roundup.psfhosted.org>
2020-10-08 09:41:58serhiy.storchakalinkissue41894 messages
2020-10-08 09:41:58serhiy.storchakacreate