Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41098: Doc: Add missing deprecated directives #21162

Merged
merged 4 commits into from Aug 7, 2020

Conversation

methane
Copy link
Member

@methane methane 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.
@methane methane added needs backport to 3.9 only security fixes docs Documentation in the Doc dir labels Jun 25, 2020
@methane methane changed the title bpo-41098: Doc: Deprecate PyUnicodeEncodeError_Create bpo-41098: Doc: Add missing deprecated directive Jun 26, 2020
@methane methane changed the title bpo-41098: Doc: Add missing deprecated directive bpo-41098: Doc: Add missing deprecated directives Jun 26, 2020
@methane methane merged commit 46e19b6 into python:master Aug 7, 2020
@methane methane 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 bedevere-bot removed the needs backport to 3.9 only security fixes label Aug 7, 2020
@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Aug 7, 2020
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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants