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-24.08:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592988158.78.0.202358099858.issue41098@roundup.psfhosted.org>
In-reply-to
Content
PyUnicodeEncodeError_Create is using Py_UNICODE and is marked Py_DEPRECATED(3.3).
But it is not deprecated in doc yet.

There are no alternative API.  In CPython code base, UnicodeEncodeError is created by `PyObject_CallFunction(PyExc_UnicodeEncodeError, ...)`.

Can we just document it as deprecated since Python 3.3?
Or should we add alternative API?
History
Date User Action Args
2020-06-24 08:42:38methanesetrecipients: + methane
2020-06-24 08:42:38methanesetmessageid: <1592988158.78.0.202358099858.issue41098@roundup.psfhosted.org>
2020-06-24 08:42:38methanelinkissue41098 messages
2020-06-24 08:42:38methanecreate