commit | bb37d29576428f31e0b5a20ed8fd7b77d1168e95 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Aug 18 17:00:38 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 18 17:00:38 2022 -0700 |
tree | 51c560d412859ead0af55f0784300d122096c690 | |
parent | e8e3fe9931eb277d40777623427074131031d8a5 [diff] |
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>