]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString...
authorKrishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
Tue, 25 Nov 2025 13:25:46 +0000 (18:55 +0530)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 13:25:46 +0000 (15:25 +0200)
commite6174ee9812f514b42ab6d3a1064bd6057de96c7
tree6f58dbb234873c20a99945e6102f001cb99feb57
parentd07d3a3c57c0a3046ca674b50db9cff5de07638e
gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945)
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]