]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3751: str.rpartition would perform a left-partition when called with
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Sep 2008 19:52:00 +0000 (19:52 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 1 Sep 2008 19:52:00 +0000 (19:52 +0000)
commit3571fbfed7c49895a03b8c0de1fa47a9de112da9
tree296f4aa5af122683ce6e20d0da17d7cc8fe48306
parentaa5f873980994d1a216bcbe3d276d6a0b7d4b1cc
Issue #3751: str.rpartition would perform a left-partition when called with
a unicode argument.

will backport.
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c