summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-08-20 17:29:29 (GMT)
committerGuido van Rossum <guido@python.org>2002-08-20 17:29:29 (GMT)
commit76afbd9aa41bf34f488a7a1e759622c7f1830cff (patch)
treee4fb84ab073d0da8a668381b45dae2cb96c92c6a /Misc
parentc230b0e1f92bdc54318d58a07859bfcd7b03979a (diff)
downloadcpython-76afbd9aa41bf34f488a7a1e759622c7f1830cff.zip
cpython-76afbd9aa41bf34f488a7a1e759622c7f1830cff.tar.gz
cpython-76afbd9aa41bf34f488a7a1e759622c7f1830cff.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 13a797b..b77244e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -292,6 +292,7 @@ Soren Larsen
Piers Lauder
Chris Lawrence
Christopher Lee
+Inyeol Lee
Luc Lefebvre
Kip Lehman
Marc-Andre Lemburg