]> 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:46 +0000 (00:49 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 07:49:46 +0000 (00:49 -0700)
commitdc98a5468a48ecffe95a6c3a07ce21366477bdd7
tree5b3479a80233531b97755a67831395fe59228099
parent713ba03276c4ddc33c9debc51b03164ea18eead6
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