]> granicus.if.org Git - python/commit
Fix str.rpartition(sep) when sep is not found in str.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 02:21:38 +0000 (02:21 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 02:21:38 +0000 (02:21 +0000)
commit29a5fdb7caf372144a085247d63440d1abb51b5c
tree80f97caeff9f1ed20f41b8bea2a7dad95dec0ec0
parent8dc71f21618346c273fdbe49004890d64dfada6e
Fix str.rpartition(sep) when sep is not found in str.
Partially from SF patch #1551339, but also taken from head.
Doc/lib/libstdtypes.tex
Lib/test/string_tests.py
Misc/NEWS
Objects/stringlib/partition.h
Objects/stringobject.c
Objects/unicodeobject.c