]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 16:57:58 +0000 (16:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 16:57:58 +0000 (16:57 +0000)
commit96303ce055e0bdc1b5f53f38bd424e747e289621
tree4b5b4f8f69b9472ef1e41d0f41edfd5fd87e38ab
parent6909f5c225870d11a9ae23dcca5ab8e47a5aec57
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 is already fixed in 2.3; I'll fix the others in
2.3 next.
Lib/test/test_unicode.py
Misc/ACKS
Objects/stringobject.c
Objects/unicodeobject.c