]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96844: Improve error message of list.remove (gh-106455)
authorDong-hee Na <donghee.na@python.org>
Wed, 5 Jul 2023 22:19:49 +0000 (07:19 +0900)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 22:19:49 +0000 (07:19 +0900)
commit217f47d6e5e56bca78b8556e910cd00890f6f84a
treec600ffab79053ad4e95c846d94e915d7903ad774
parentc16ea94abc73c0098b484f7e2ec23bfd9c36b67c
gh-96844: Improve error message of list.remove (gh-106455)
Doc/library/doctest.rst
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Core and Builtins/2023-07-06-00-35-44.gh-issue-96844.kwvoS-.rst [new file with mode: 0644]
Objects/listobject.c