Skip to content

Conversation

@methane
Copy link
Member

@methanemethane commented Jun 25, 2020

PyUnicodeEncodeError_Create and PyExc_UnicodeTranslateError has been deprecated with
Py_DEPRECATED macro. But it was not documented.

https://bugs.python.org/issue41098

PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented.
@methanemethane changed the title bpo-41098: Doc: Deprecate PyUnicodeEncodeError_Createbpo-41098: Doc: Add missing deprecated directiveJun 26, 2020
@methanemethane changed the title bpo-41098: Doc: Add missing deprecated directivebpo-41098: Doc: Add missing deprecated directivesJun 26, 2020
@methanemethane merged commit 46e19b6 into python:masterAug 7, 2020
@methanemethane deleted the deprecate-UnicodeEncodeError branch August 7, 2020 07:31
@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 7, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented. (cherry picked from commit 46e19b6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
@bedevere-bot
Copy link

GH-21761 is a backport of this pull request to the 3.9 branch.

@bedevere-bot
Copy link

GH-21762 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 7, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented. (cherry picked from commit 46e19b6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Aug 7, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented. (cherry picked from commit 46e19b6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Aug 7, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented. (cherry picked from commit 46e19b6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 20, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented.
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
PyUnicodeEncodeError_Create has been deprecated with `Py_DEPRECATED` macro. But it was not documented.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@methane@miss-islington@bedevere-bot@eamanu@the-knights-who-say-ni