]> granicus.if.org Git - python/commit
Issue #3751: str.rpartition would perform a left-partition when called with
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Sep 2008 20:05:08 +0000 (20:05 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Sep 2008 20:05:08 +0000 (20:05 +0000)
commitafa0d58a2d55fa157482e2006028688db6553f90
treeec5c92dab493ce55e8fcd2099428b5089387127e
parent50b1c4920be53f5155fce046617bb700fd02574f
Issue #3751: str.rpartition would perform a left-partition when called with
a unicode argument.

Backport of r66119
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c