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.
268268
269269(PEP written by Franek Magiera)
270270
271+ Other Language Changes
272+ ======================
271273
272274* Add :ref: `perf_profiling ` through the new
273275 environment variable :envvar: `PYTHONPERFSUPPORT `,
@@ -278,6 +280,7 @@ See :pep:`692` for more details.
278280 (Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279281 with contributions from Gregory P. Smith [Google] and Mark Shannon
280282 in :gh: `96123 `.)
283+
281284* The extraction methods in :mod: `tarfile `, and :func: `shutil.unpack_archive `,
282285 have a new a *filter * argument that allows limiting tar features than may be
283286 surprising or dangerous, such as creating files outside the destination
@@ -286,9 +289,6 @@ See :pep:`692` for more details.
286289 In Python 3.14, the default will switch to ``'data' ``.
287290 (Contributed by Petr Viktorin in :pep: `706 `.)
288291
289- Other Language Changes
290- ======================
291-
292292* :class: `types.MappingProxyType ` instances are now hashable if the underlying
293293 mapping is hashable.
294294 (Contributed by Serhiy Storchaka in :gh: `87995 `.)
You can’t perform that action at this time.
0 commit comments