]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make PyUnicode_Copy() private => _PyUnicode_Copy()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 00:53:47 +0000 (01:53 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 00:53:47 +0000 (01:53 +0100)
commitbf6e560d0ccbe6bee4d835a15a8e8e098b9c7ef6
tree42ccc12a1177bb5450efd6bd854f0ded5463e333
parent7a9105a380779942bfe45936d074c8181dee14d9
Make PyUnicode_Copy() private => _PyUnicode_Copy()

Undocument the function.

Make also decode_utf8_errors() as private (static).
Doc/c-api/unicode.rst
Doc/whatsnew/3.3.rst
Include/unicodeobject.h
Objects/codeobject.c
Objects/unicodeobject.c