]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:50:30 +0000 (14:50 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 13:50:30 +0000 (13:50 +0000)
commit8669894b1e4092504bdc2fb5efff0f3f963a8f14
tree0927217cfad6641cd9efa7fd683b437dfe5cab58
parent1d16256f7d29ef5e6a393e7193765e5740264a17
[3.13] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141945)

(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]