diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-06-27 09:22:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 09:22:09 (GMT) |
commit | 20a79021753ab26a5989e6d3397160e52973870e (patch) | |
tree | 9c79d29f7512ddd55b1835cc7ecc24ab6eae0089 /Misc | |
parent | 2f168c6356f92c38ae7751d2faf2b266a9356229 (diff) | |
download | cpython-20a79021753ab26a5989e6d3397160e52973870e.zip cpython-20a79021753ab26a5989e6d3397160e52973870e.tar.gz cpython-20a79021753ab26a5989e6d3397160e52973870e.tar.bz2 |
bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)
They are undocumented and deprecated since Python 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2020-06-26-13-29-25.bpo-41123.bRa1oy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-06-26-13-29-25.bpo-41123.bRa1oy.rst b/Misc/NEWS.d/next/C API/2020-06-26-13-29-25.bpo-41123.bRa1oy.rst new file mode 100644 index 0000000..1261a87 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2020-06-26-13-29-25.bpo-41123.bRa1oy.rst @@ -0,0 +1 @@ +Removed ``Py_UNICODE_str*`` functions manipulating ``Py_UNICODE*`` strings. |