]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (GH-96016)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Aug 2022 00:00:38 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 00:00:38 +0000 (17:00 -0700)
commitbb37d29576428f31e0b5a20ed8fd7b77d1168e95
tree51c560d412859ead0af55f0784300d122096c690
parente8e3fe9931eb277d40777623427074131031d8a5
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (GH-96016)

* 3.11 Whatsnew: Add Py_UNICODE encode functions removed in PEP 624

* Just use :func: instead of :c:func: for non-resolved funcs so ! works
(cherry picked from commit b6d88b7225c36821845d4ba1312a6d6b2f7f65c8)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Doc/whatsnew/3.11.rst