]> granicus.if.org Git - python/commit
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 18:30:35 +0000 (21:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 18:30:35 +0000 (21:30 +0300)
commitb3648576cd76232e618ecc227541c7b722355f6e
tree7e3348aca1818955eba0c1d88d8934118f5c8473
parent1edebef724012a4dff48ec3eb2b41981b1610fdd
parentcc164232aa736006d3c45ee76680c14738e2f9e6
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
Original patch by Xiang Zhang.
Doc/c-api/unicode.rst
Include/unicodeobject.h
Lib/test/test_unicode.py
Modules/_testcapimodule.c