Skip to content

Commit ed2fcda

Browse files
committed
Move to new whatsnew entry
1 parent fa0329b commit ed2fcda

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,16 +1943,6 @@ platform
19431943
(Contributed by Bénédikt Tran in :gh:`122549`.)
19441944

19451945

1946-
pprint
1947-
------
1948-
1949-
* Add a *block_style* keyword argument for :func:`pprint.pprint`,
1950-
:func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
1951-
formatted in a block style similar to pretty-printed :func:`json.dumps` when
1952-
*indent* is supplied.
1953-
(Contributed by Stefan Todoran in :gh:`129274`.)
1954-
1955-
19561946
pydoc
19571947
-----
19581948

Doc/whatsnew/3.15.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,16 @@ platform
408408
(Contributed by Alexey Makridenko in :gh:`133604`.)
409409

410410

411+
pprint
412+
------
413+
414+
* Add a *block_style* keyword argument for :func:`pprint.pprint`,
415+
:func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
416+
formatted in a block style similar to pretty-printed :func:`json.dumps` when
417+
*indent* is supplied.
418+
(Contributed by Stefan Todoran and Semyon Moroz in :gh:`112632`.)
419+
420+
411421
sre_*
412422
-----
413423

0 commit comments

Comments
 (0)