]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44110: Improve string's __getitem__ error message (GH-26042)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Sun, 27 Jun 2021 12:04:57 +0000 (13:04 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 12:04:57 +0000 (15:04 +0300)
commited1076428cca3c8dc7d075c16a575aa390e25fb8
tree4044a9672be5b9e2b86816e3c6751a9aeb92289c
parent7569c0fe91dfcf562dee8c29798ecda74d738aa8
bpo-44110: Improve string's __getitem__ error message (GH-26042)
Lib/test/string_tests.py
Lib/test/test_userstring.py
Misc/NEWS.d/next/Core and Builtins/2021-05-11-21-52-44.bpo-44110.VqbAsB.rst [new file with mode: 0644]
Objects/unicodeobject.c