Skip to content

Commit f8c2144

Browse files
Add short text, and also missing PyUnicode_InternImmortal
1 parent e325c15 commit f8c2144

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.11.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,11 @@ Deprecated
11761176
Pending Removal in Python 3.12
11771177
==============================
11781178

1179+
The following APIs have been deprecated in earlier Python releases, and are now
1180+
pending removal in Python 3.12.
1181+
1182+
Python API::
1183+
11791184
* :class:`pkgutil.ImpImporter`
11801185
* :class:`pkgutil.ImpLoader`
11811186
* :envvar:`PYTHONTHREADDEBUG`
@@ -1202,6 +1207,9 @@ Pending Removal in Python 3.12
12021207
* ``cgi.log()``
12031208
* ``sqlite3.OptimizedUnicode``
12041209
* ``sqlite3.enable_shared_cache``
1210+
1211+
C API::
1212+
12051213
* :c:func:`PyUnicode_AS_DATA`
12061214
* :c:func:`PyUnicode_AS_UNICODE`
12071215
* :c:func:`PyUnicode_AsUnicodeAndSize`
@@ -1217,6 +1225,7 @@ Pending Removal in Python 3.12
12171225
* :c:func:`_PyUnicode_AsUnicode`
12181226
* :c:macro:`PyUnicode_WCHAR_KIND`
12191227
* c:type:`PyUnicodeObject`
1228+
* ``PyUnicode_InternImmortal()``
12201229

12211230

12221231
Removed

0 commit comments

Comments
 (0)