From: Amaury Forgeot d'Arc Date: Mon, 1 Sep 2008 20:37:50 +0000 (+0000) Subject: Blocked revisions 66119 via svnmerge X-Git-Tag: v3.0rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd3158db2f1418768b70b6ea7fd8169e8f4a6bc0;p=python Blocked revisions 66119 via svnmerge ........ r66119 | amaury.forgeotdarc | 2008-09-01 21:52:00 +0200 (lun., 01 sept. 2008) | 5 lines Issue #3751: str.rpartition would perform a left-partition when called with a unicode argument. will backport. ........ ---