[docs] [issue29087] UCS4 support functions are not implemented

Serhiy Storchaka report at bugs.python.org
Tue Dec 27 14:13:23 EST 2016


New submission from Serhiy Storchaka:

There is a special section in the documentation of Unicode Objects C API: UCS4 Support.

https://docs.python.org/3/c-api/unicode.html#ucs4-support

It documents utility functions that work on strings of Py_UCS4 characters like Py_UCS4_strlen(), Py_UCS4_strcpy(), etc. But none of these functions is implemented. May be the documentation should be just removed?

----------
assignee: docs at python
components: Documentation, Unicode
messages: 284126
nosy: benjamin.peterson, docs at python, ezio.melotti, haypo, lemburg, serhiy.storchaka
priority: normal
severity: normal
status: open
title: UCS4 support functions are not implemented
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29087>
_______________________________________


More information about the docs mailing list