]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartit...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Feb 2025 15:50:37 +0000 (16:50 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 15:50:37 +0000 (15:50 +0000)
commit5c0aba0b81aa167d0378ee815deb924f1178a84b
tree0ad44d4526ec36ea473e16a004bc09656287b181
parentecfca207196aa77bd73e64368b44653fbc0f68dc
[3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130361)

gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191)
(cherry picked from commit 0f5b82169e12321fd2294bf534496ad42a682ac4)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/unicode.rst
Doc/data/refcounts.dat
Misc/NEWS.d/next/Documentation/2025-02-16-14-57-00.gh-issue-46236.2HuS4S.rst [new file with mode: 0644]