]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 15 Oct 2022 18:40:22 +0000 (21:40 +0300)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2022 18:40:22 +0000 (11:40 -0700)
commitb7dd2cad186e44e2b481f4518be62f34c682ea59
treee350e11c21257070d19062abd88b5c89946f3aee
parentf4370318d67f1f2f686c1c3a4b217ccc461d31e5
gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)
Lib/test/string_tests.py
Lib/test/test_unicode.py