diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-08-23 16:28:05 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-08-23 17:24:08 -0600 |
commit | 152435d619d082beaa6e7735e7384f646bdc3000 (patch) | |
tree | 76e36f91c52c70547733ee8517808676596d2ef1 /numpy/doc/subclassing.py | |
parent | 551773f27ccc955ce24d15eae84eed924250c573 (diff) | |
download | numpy-152435d619d082beaa6e7735e7384f646bdc3000.tar.gz |
MAINT: Replace PyUString_* by PyUnicode_* equivalents.
This is a straight substitution of the current defines in npy_3kcompat.h
and should not cause any problems. The substitutions are
* PyUString_Format -> PyUnicode_Format
* PyUString_FromFormat -> PyUnicode_FromFormat
* PyUString_FromString -> PyUnicode_FromString
* PyUString_FromStringAndSize -> PyUnicode_FromStringAndSize
* PyUString_InternFromString -> PyUnicode_InternFromString
Because the names maintain the same length, no extra formatting was
needed.
Diffstat (limited to 'numpy/doc/subclassing.py')
0 files changed, 0 insertions, 0 deletions