Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc60083

Browse files
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
2 parents 937b725 + 44223e9 commit fc60083

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

Doc/c-api/unicode.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -942,26 +942,6 @@ wchar_t Support
942942
.. versionadded:: 3.2
943943
944944
945-
UCS4 Support
946-
""""""""""""
947-
948-
.. versionadded:: 3.3
949-
950-
.. XXX are these meant to be public?
951-
952-
.. c:function:: size_t Py_UCS4_strlen(const Py_UCS4 *u)
953-
Py_UCS4* Py_UCS4_strcpy(Py_UCS4 *s1, const Py_UCS4 *s2)
954-
Py_UCS4* Py_UCS4_strncpy(Py_UCS4 *s1, const Py_UCS4 *s2, size_t n)
955-
Py_UCS4* Py_UCS4_strcat(Py_UCS4 *s1, const Py_UCS4 *s2)
956-
int Py_UCS4_strcmp(const Py_UCS4 *s1, const Py_UCS4 *s2)
957-
int Py_UCS4_strncmp(const Py_UCS4 *s1, const Py_UCS4 *s2, size_t n)
958-
Py_UCS4* Py_UCS4_strchr(const Py_UCS4 *s, Py_UCS4 c)
959-
Py_UCS4* Py_UCS4_strrchr(const Py_UCS4 *s, Py_UCS4 c)
960-
961-
These utility functions work on strings of :c:type:`Py_UCS4` characters and
962-
otherwise behave like the C standard library functions with the same name.
963-
964-
965945
.. _builtincodecs:
966946
967947
Built-in Codecs

0 commit comments

Comments
 (0)