]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 18:29:26 +0000 (21:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 18:29:26 +0000 (21:29 +0300)
commitcc164232aa736006d3c45ee76680c14738e2f9e6
tree27c809a3a3d19db5b822b1178184d09cca1e5eca
parent63b5b6fd450260a4239371e96263020587648ad9
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