]> 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:52:04 +0000 (02:52 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 09:52:04 +0000 (02:52 -0700)
commit9f47d872dbebdd95fd6b0a3351aeafaf82dfd203
tree8b3a17be0060902f10c74be51f5f44c845163376
parentfe847a62852c3baaec6c97a5e2e7b2e66732bdb8
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]