File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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+
981995re
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-
16111611sre_*
16121612-----
16131613
You can’t perform that action at this time.
0 commit comments