]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix endcase for str.rpartition()
authorRaymond Hettinger <python@rcn.com>
Mon, 4 Sep 2006 15:32:48 +0000 (15:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 4 Sep 2006 15:32:48 +0000 (15:32 +0000)
commita0c95fa4d8f6cdc500e29a390bc7357a74b69572
tree955e931347c407f79eaaa80c5ef91dab38ab53a2
parentbb0996ccc53c14956f3111500ccbadba98062e96
Fix endcase for str.rpartition()
Doc/lib/libstdtypes.tex
Lib/test/string_tests.py
Objects/stringlib/partition.h
Objects/stringobject.c
Objects/unicodeobject.c