156156 :pdbcmd: `commands ` are preserved across hard-coded breakpoints.
157157 (Contributed by Tian Gao in :gh: `121450 `.)
158158
159+ pickle
160+ ------
161+
162+ * Set the default protocol version on the :mod: `pickle ` module to 5.
163+ For more details, please see :ref: `pickle protocols <pickle-protocols >`.
164+
159165symtable
160166--------
161167
@@ -167,12 +173,7 @@ symtable
167173
168174 (Contributed by Bénédikt Tran in :gh: `120029 `.)
169175
170- pickle
171- ------
172-
173- * Set the default protocol version on the :mod: `pickle ` module to 5.
174- For more details, please see :ref: `pickle protocols <pickle-protocols >`.
175-
176+ .. Add improved modules above alphabetically, not here at the end.
176177
177178 Optimizations
178179=============
@@ -185,24 +186,32 @@ asyncio
185186 reduces memory usage.
186187 (Contributed by Kumar Aditya in :gh: `107803 `.)
187188
188-
189-
190189Deprecated
191190==========
192191
193- * Passing a complex number as the *real * or *imag * argument in the
192+ * :mod: `builtins `:
193+ Passing a complex number as the *real * or *imag * argument in the
194194 :func: `complex ` constructor is now deprecated; it should only be passed
195195 as a single positional argument.
196196 (Contributed by Serhiy Storchaka in :gh: `109218 `.)
197197
198- * :term: `Soft deprecate <soft deprecated> ` :func: `os.popen ` and
198+ * :mod: `os `:
199+ :term: `Soft deprecate <soft deprecated> ` :func: `os.popen ` and
199200 :func: `os.spawn* <os.spawnl> ` functions. They should no longer be used to
200201 write new code. The :mod: `subprocess ` module is recommended instead.
201202 (Contributed by Victor Stinner in :gh: `120743 `.)
202203
203- * Deprecate :meth: `symtable.Class.get_methods ` due to the lack of interest.
204+ * :mod: `symtable `:
205+ Deprecate :meth: `symtable.Class.get_methods ` due to the lack of interest.
204206 (Contributed by Bénédikt Tran in :gh: `119698 `.)
205207
208+ .. Add deprecations above alphabetically, not here at the end.
209+
210+ .. include :: ../deprecations/pending-removal-in-3.15.rst
211+
212+ .. include :: ../deprecations/pending-removal-in-3.16.rst
213+
214+ .. include :: ../deprecations/pending-removal-in-future.rst
206215
207216Removed
208217=======
@@ -262,7 +271,6 @@ asyncio
262271
263272 (Contributed by Kumar Aditya in :gh: `120804 `.)
264273
265-
266274collections.abc
267275---------------
268276
0 commit comments