]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:48:13 +0000 (16:48 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 15:48:13 +0000 (15:48 +0000)
commit2ac25550bde38babe396483635281e8bf2d65c14
treeebf91c9a6f9fb2d865db91696e120c2d99ea8fdd
parentef66394677d15616a79ee2423aa1219ad74fba43
[3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130360)

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]