]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix my last change on PyUnicode_Join(): don't process separator if len==1
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 10:32:37 +0000 (12:32 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 10:32:37 +0000 (12:32 +0200)
commitacf47b807f9a56dd802aa2e8c96f4c02f83ca831
treece1429fc81775a90fa2b84eaa9692698729847e8
parent25a4b29c95fd5dddbfef985c7fd7b26417a4b87b
Fix my last change on PyUnicode_Join(): don't process separator if len==1
Objects/unicodeobject.c