Skip to content

Commit 0ab25a6

Browse files
committed
Fix indent
1 parent 08036e5 commit 0ab25a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`.)

0 commit comments

Comments
 (0)