156
156
:pdbcmd: `commands ` are preserved across hard-coded breakpoints.
157
157
(Contributed by Tian Gao in :gh: `121450 `.)
158
158
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
+
159
165
symtable
160
166
--------
161
167
@@ -167,12 +173,7 @@ symtable
167
173
168
174
(Contributed by Bénédikt Tran in :gh: `120029 `.)
169
175
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.
176
177
177
178
Optimizations
178
179
=============
@@ -185,24 +186,32 @@ asyncio
185
186
reduces memory usage.
186
187
(Contributed by Kumar Aditya in :gh: `107803 `.)
187
188
188
-
189
-
190
189
Deprecated
191
190
==========
192
191
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
194
194
:func: `complex ` constructor is now deprecated; it should only be passed
195
195
as a single positional argument.
196
196
(Contributed by Serhiy Storchaka in :gh: `109218 `.)
197
197
198
- * :term: `Soft deprecate <soft deprecated> ` :func: `os.popen ` and
198
+ * :mod: `os `:
199
+ :term: `Soft deprecate <soft deprecated> ` :func: `os.popen ` and
199
200
:func: `os.spawn* <os.spawnl> ` functions. They should no longer be used to
200
201
write new code. The :mod: `subprocess ` module is recommended instead.
201
202
(Contributed by Victor Stinner in :gh: `120743 `.)
202
203
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.
204
206
(Contributed by Bénédikt Tran in :gh: `119698 `.)
205
207
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
206
215
207
216
Removed
208
217
=======
@@ -262,7 +271,6 @@ asyncio
262
271
263
272
(Contributed by Kumar Aditya in :gh: `120804 `.)
264
273
265
-
266
274
collections.abc
267
275
---------------
268
276
0 commit comments