]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character
authorVictor Stinner <vstinner@wyplay.com>
Thu, 29 Sep 2011 12:14:38 +0000 (14:14 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Thu, 29 Sep 2011 12:14:38 +0000 (14:14 +0200)
commita0702ab1fe6bda8e1cbe1d5fedc3e0ba07e299dd
tree8281535ac9844dbbb50bffc0ea3756cd80aee552
parentff1ef074ede8574ad3a346810e08a45ab171416d
Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character

Cleanup also the code (avoid the goto).
Include/unicodeobject.h
Objects/unicodeobject.c