]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jul 2021 09:51:46 +0000 (02:51 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 09:51:46 +0000 (02:51 -0700)
commit1f8486fd50ad4666078eb40ce9f24e8aac17a395
tree7f1153611174eb82fd764a426fe3750315cd573c
parent22bcc0768e0f7eda2ae4de63aef113b1ddb4ddef
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)

(cherry picked from commit 09302405d22e86884d6058226790c0cdf5b72f14)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/operator.py
Lib/test/test_operator.py
Misc/NEWS.d/next/Library/2021-07-04-21-16-53.bpo-44558.cm7Slv.rst [new file with mode: 0644]