mirror of
https://github.com/python/cpython.git
synced 2026-04-20 02:40:59 +00:00
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
This commit is contained in:
parent
afde75664e
commit
a86234ea85
1 changed files with 14 additions and 14 deletions
|
|
@ -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_*
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue