Skip to content

Commit a86234e

Browse files
authored
gh-148683: Doc: fix misplaced pprint entries in What's New 3.15 (#148685)
Doc: fix misplaced pprint entries in What's New 3.15
1 parent afde756 commit a86234e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,20 @@ pickle
978978
(Contributed by Zackery Spytz and Serhiy Storchaka in :gh:`77188`.)
979979

980980

981+
pprint
982+
------
983+
984+
* Add an *expand* keyword argument for :func:`pprint.pprint`,
985+
:func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
986+
formatted similar to pretty-printed :func:`json.dumps` when
987+
*indent* is supplied.
988+
(Contributed by Stefan Todoran, Semyon Moroz and Hugo van Kemenade in
989+
:gh:`112632`.)
990+
991+
* Add t-string support to :mod:`pprint`.
992+
(Contributed by Loïc Simon and Hugo van Kemenade in :gh:`134551`.)
993+
994+
981995
re
982996
--
983997

@@ -1594,20 +1608,6 @@ platform
15941608
(Contributed by Alexey Makridenko in :gh:`133604`.)
15951609

15961610

1597-
pprint
1598-
------
1599-
1600-
* Add an *expand* keyword argument for :func:`pprint.pprint`,
1601-
:func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
1602-
formatted similar to pretty-printed :func:`json.dumps` when
1603-
*indent* is supplied.
1604-
(Contributed by Stefan Todoran, Semyon Moroz and Hugo van Kemenade in
1605-
:gh:`112632`.)
1606-
1607-
* Add t-string support to :mod:`pprint`.
1608-
(Contributed by Loïc Simon and Hugo van Kemenade in :gh:`134551`.)
1609-
1610-
16111611
sre_*
16121612
-----
16131613

0 commit comments

Comments
 (0)