]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserS...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Nov 2025 13:56:05 +0000 (14:56 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 13:56:05 +0000 (13:56 +0000)
commit9969c4280f4d7c7876ee6d0c4309ab05f599d9dc
tree6c4f3364675848ea67f1dd7351e4c385257155e6
parent630074b7cec52232257451f8c16f0eb952d78b6c
[3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141946)

(cherry picked from commit e6174ee9812f514b42ab6d3a1064bd6057de96c7)

Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
Lib/collections/__init__.py
Lib/test/string_tests.py
Misc/NEWS.d/next/Library/2025-11-03-17-13-00.gh-issue-140911.7KFvSQ.rst [new file with mode: 0644]