@@ -270,21 +270,21 @@ See :pep:`692` for more details.
270270
271271
272272* Add :ref: `perf_profiling ` through the new
273- environment variable :envvar: `PYTHONPERFSUPPORT `,
274- the new command-line option :option: `-X perf <-X> `,
275- as well as the new :func: `sys.activate_stack_trampoline `,
276- :func: `sys.deactivate_stack_trampoline `,
277- and :func: `sys.is_stack_trampoline_active ` APIs.
278- (Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279- with contributions from Gregory P. Smith [Google] and Mark Shannon
280- in :gh: `96123 `.)
273+ environment variable :envvar: `PYTHONPERFSUPPORT `,
274+ the new command-line option :option: `-X perf <-X> `,
275+ as well as the new :func: `sys.activate_stack_trampoline `,
276+ :func: `sys.deactivate_stack_trampoline `,
277+ and :func: `sys.is_stack_trampoline_active ` APIs.
278+ (Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279+ with contributions from Gregory P. Smith [Google] and Mark Shannon
280+ in :gh: `96123 `.)
281281* The extraction methods in :mod: `tarfile `, and :func: `shutil.unpack_archive `,
282- have a new a *filter * argument that allows limiting tar features than may be
283- surprising or dangerous, such as creating files outside the destination
284- directory.
285- See :ref: `tarfile-extraction-filter ` for details.
286- In Python 3.14, the default will switch to ``'data' ``.
287- (Contributed by Petr Viktorin in :pep: `706 `.)
282+ have a new a *filter * argument that allows limiting tar features than may be
283+ surprising or dangerous, such as creating files outside the destination
284+ directory.
285+ See :ref: `tarfile-extraction-filter ` for details.
286+ In Python 3.14, the default will switch to ``'data' ``.
287+ (Contributed by Petr Viktorin in :pep: `706 `.)
288288
289289Other Language Changes
290290======================
0 commit comments