]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
authorDong-hee Na <donghee.na@python.org>
Mon, 5 Jul 2021 09:04:36 +0000 (18:04 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 09:04:36 +0000 (18:04 +0900)
commit09302405d22e86884d6058226790c0cdf5b72f14
tree43ce4c9cd74961e9b0aaf2452fb610967056661d
parentabb08e3af6aa19928007a349592e95e6de38467f
bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
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]