@@ -1112,6 +1112,10 @@ Modules (see :pep:`594`):
11121112* :mod: `!uu `
11131113* :mod: `!xdrlib `
11141114
1115+ Other modules:
1116+
1117+ * :mod: `!lib2to3 `, and the :program: `2to3 ` program (:gh: `84540 `)
1118+
11151119APIs:
11161120
11171121* :class: `!configparser.LegacyInterpolation ` (:gh: `90765 `)
@@ -1146,6 +1150,10 @@ Pending Removal in Python 3.14
11461150 Use :class: `ast.Constant ` instead.
11471151 (Contributed by Serhiy Storchaka in :gh: `90953 `.)
11481152
1153+ * :mod: `asyncio `: the *msg * parameter of both
1154+ :meth: `asyncio.Future.cancel ` and
1155+ :meth: `asyncio.Task.cancel ` (:gh: `90985 `)
1156+
11491157* :mod: `collections.abc `: Deprecated :class: `collections.abc.ByteString `.
11501158 Prefer :class: `Sequence ` or :class: `collections.abc.Buffer `.
11511159 For use in typing, prefer a union, like ``bytes | bytearray ``, or :class: `collections.abc.Buffer `.
@@ -1212,12 +1220,17 @@ Pending Removal in Python 3.14
12121220 May be removed in 3.14.
12131221 (Contributed by Nikita Sobolev in :gh: `101866 `.)
12141222
1223+ * Creating :c:data: `immutable types <Py_TPFLAGS_IMMUTABLETYPE> ` with mutable
1224+ bases using the C API (:gh: `95388 `)
1225+
12151226Pending Removal in Future Versions
12161227----------------------------------
12171228
12181229The following APIs were deprecated in earlier Python versions and will be removed,
12191230although there is currently no date scheduled for their removal.
12201231
1232+ * :mod: `array `'s ``'u' `` format code (:gh: `57281 `)
1233+
12211234* :class: `typing.Text ` (:gh: `92332 `)
12221235
12231236* Currently Python accepts numeric literals immediately followed by keywords,
0 commit comments