]> granicus.if.org Git - python/commit
Fix PyUnicode_Join() for len==1 and non-exact string
authorVictor Stinner <vstinner@wyplay.com>
Thu, 6 Oct 2011 13:58:54 +0000 (15:58 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Thu, 6 Oct 2011 13:58:54 +0000 (15:58 +0200)
commitc6f0df7b2095eaf0a6d5914a043f9062f66d19f7
treefc183d7c26da01cd251e54e766ce27c1e6e93cf0
parentb066cc6aba07a118c89f2a127560858051af4814
Fix PyUnicode_Join() for len==1 and non-exact string
Objects/unicodeobject.c