]> granicus.if.org Git - python/commit
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Mar 2015 16:21:02 +0000 (19:21 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Mar 2015 16:21:02 +0000 (19:21 +0300)
commit48070c1248c97238493025553fe474ad9eca168d
tree059690cc3ec037f389723ab59d364cd18fe643ea
parent9db55004a1bc0c0b3efca69dcd577ff58a86ea16
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
is wider then partitioned string.
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c