diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-03-14 15:04:35 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-03-14 15:05:02 (GMT) |
commit | 77b2c933cab4f38a8ce1f7633b96ba213566d306 (patch) | |
tree | 936505fce8031382ff2fc7dd165bd1f0592ac6f6 /Doc/c-api | |
parent | ca1bedc9a4da523f4d1f9c2ec92d98dcbed9c685 (diff) | |
download | cpython-3.14.0a6.zip cpython-3.14.0a6.tar.gz cpython-3.14.0a6.tar.bz2 |
Python 3.14.0a6v3.14.0a6
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst index 65b5aa7..3106396 100644 --- a/Doc/c-api/unicode.rst +++ b/Doc/c-api/unicode.rst @@ -1868,7 +1868,7 @@ The following API is deprecated. .. versionadded:: 3.3 - .. deprecated:: next + .. deprecated:: 3.14 This API does nothing since Python 3.12. Previously, this could be called to check if :c:func:`PyUnicode_READY` is necessary. |