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@python
components: Documentation, Unicode
messages: 284126
nosy: benjamin.peterson, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to