This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients benjamin.peterson, docs@python, ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2016-12-27.19:13:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482866003.6.0.322450240953.issue29087@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-12-27 19:13:23serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, vstinner, benjamin.peterson, ezio.melotti, docs@python
2016-12-27 19:13:23serhiy.storchakasetmessageid: <1482866003.6.0.322450240953.issue29087@psf.upfronthosting.co.za>
2016-12-27 19:13:23serhiy.storchakalinkissue29087 messages
2016-12-27 19:13:23serhiy.storchakacreate