Skip to content

Commit 37312d9

Browse files
committed
Split large test case into multiple smaller ones, update news entry
1 parent 5f08960 commit 37312d9

File tree

2 files changed

+240
-157
lines changed

2 files changed

+240
-157
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,9 @@ pprint
732732
------
733733

734734
* Add a *block_style* keyword argument for :func:`pprint.pprint`,
735-
:func:`pprint.pformat`, :func:`pprint.pp` by passing on all *kwargs* and
736-
:class:`pprint.PrettyPrinter`.
735+
:func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
736+
formatted in a block style similar to pretty-printed :func:`json.dumps` when
737+
*indent* is supplied. Incompatible with *compact* mode.
737738
(Contributed by Stefan Todoran in :gh:`129274`.)
738739

739740

0 commit comments

Comments
 (0)