commit | 76afbd9aa41bf34f488a7a1e759622c7f1830cff | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 20 17:29:29 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 20 17:29:29 2002 +0000 |
tree | e4fb84ab073d0da8a668381b45dae2cb96c92c6a | |
parent | c230b0e1f92bdc54318d58a07859bfcd7b03979a [diff] |
Fix some endcase bugs in unicode rfind()/rindex() and endswith(). These were reported and fixed by Inyeol Lee in SF bug 595350. The endswith() bug was already fixed in 2.3, but this adds some more test cases.