]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Aug 2020 07:49:53 +0000 (00:49 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 07:49:53 +0000 (00:49 -0700)
commitb2514c4934291364404a2bc78256b77026a80dff
treecb668a807c0949605d606c8881b03d96d3212c8b
parentfc354ca51d0b6f24f2871788dfa7e35c56129f8b
bpo-41098: Doc: Add missing deprecated directives (GH-21162)

PyUnicodeEncodeError_Create has been deprecated with
`Py_DEPRECATED` macro. But it was not documented.
(cherry picked from commit 46e19b61d31ba99f049258efa4ff1334856a3643)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/c-api/exceptions.rst
Include/cpython/pyerrors.h