Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions 28 Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--

Expand Down Expand Up @@ -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_*
-----

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.