File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,8 @@ See :pep:`692` for more details.
268
268
269
269
(PEP written by Franek Magiera)
270
270
271
+ Other Language Changes
272
+ ======================
271
273
272
274
* Add :ref: `perf_profiling ` through the new
273
275
environment variable :envvar: `PYTHONPERFSUPPORT `,
@@ -278,6 +280,7 @@ See :pep:`692` for more details.
278
280
(Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279
281
with contributions from Gregory P. Smith [Google] and Mark Shannon
280
282
in :gh: `96123 `.)
283
+
281
284
* The extraction methods in :mod: `tarfile `, and :func: `shutil.unpack_archive `,
282
285
have a new a *filter * argument that allows limiting tar features than may be
283
286
surprising or dangerous, such as creating files outside the destination
@@ -286,9 +289,6 @@ See :pep:`692` for more details.
286
289
In Python 3.14, the default will switch to ``'data' ``.
287
290
(Contributed by Petr Viktorin in :pep: `706 `.)
288
291
289
- Other Language Changes
290
- ======================
291
-
292
292
* :class: `types.MappingProxyType ` instances are now hashable if the underlying
293
293
mapping is hashable.
294
294
(Contributed by Serhiy Storchaka in :gh: `87995 `.)
You can’t perform that action at this time.
0 commit comments