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 methane
Date 2020-06-26.01:49:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593136190.1.0.845848055196.issue41099@roundup.psfhosted.org>
In-reply-to
Content
I prefer `PyObject_CallFunction(PyExc_UnicodeTranslateError, ...)` because  UnicodeTranslateError is not so popular for third party libraries.
I don't think we should provide public stable API for convenient.
History
Date User Action Args
2020-06-26 01:49:50methanesetrecipients: + methane
2020-06-26 01:49:50methanesetmessageid: <1593136190.1.0.845848055196.issue41099@roundup.psfhosted.org>
2020-06-26 01:49:50methanelinkissue41099 messages
2020-06-26 01:49:50methanecreate