]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-148683: Doc: fix misplaced pprint entries in What's New 3.15 (#148685) main
authorXuwz <xuwz96@qq.com>
Fri, 17 Apr 2026 14:13:41 +0000 (22:13 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2026 14:13:41 +0000 (17:13 +0300)
Doc: fix misplaced pprint entries in What's New 3.15

Doc/whatsnew/3.15.rst

index 7ea7c901eceb191535ba51ba6dcc4b1f38728a7f..56cc71b40fce8253ead166e00b6fe60ed1267571 100644 (file)
@@ -978,6 +978,20 @@ pickle
   (Contributed by Zackery Spytz and Serhiy Storchaka in :gh:`77188`.)
 
 
+pprint
+------
+
+* Add an *expand* keyword argument for :func:`pprint.pprint`,
+  :func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
+  formatted similar to pretty-printed :func:`json.dumps` when
+  *indent* is supplied.
+  (Contributed by Stefan Todoran, Semyon Moroz and Hugo van Kemenade in
+  :gh:`112632`.)
+
+* Add t-string support to :mod:`pprint`.
+  (Contributed by Loïc Simon and Hugo van Kemenade in :gh:`134551`.)
+
+
 re
 --
 
@@ -1594,20 +1608,6 @@ platform
   (Contributed by Alexey Makridenko in :gh:`133604`.)
 
 
-pprint
-------
-
-* Add an *expand* keyword argument for :func:`pprint.pprint`,
-  :func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
-  formatted similar to pretty-printed :func:`json.dumps` when
-  *indent* is supplied.
-  (Contributed by Stefan Todoran, Semyon Moroz and Hugo van Kemenade in
-  :gh:`112632`.)
-
-* Add t-string support to :mod:`pprint`.
-  (Contributed by Loïc Simon and Hugo van Kemenade in :gh:`134551`.)
-
-
 sre_*
 -----