]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Oct 2022 00:02:48 +0000 (17:02 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 00:02:48 +0000 (17:02 -0700)
commitcb323a86127166ee65d50be7d5d0e7848478ae70
treebb6479db73f449b3fcc2c273d4cbf4a253fd9838
parent3e335f2c0de9b7fab542a18d603f5bbdb1fb2ef3
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)

(cherry picked from commit b1783bc124712fa03fea9621a0eb4119d29b14fe)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_unicode.py