Add bpo-42914 to What's New (GH-25124)

BPO-42914 was not added to the What's New in #24864. This includes it in the "Improved Modules" section.

Automerge-Triggered-By: GH:gpshead
This commit is contained in:
Wm. Keith van der Meulen 2021-06-02 22:45:34 -05:00 committed by GitHub
parent e60ab843cb
commit 4846ea95d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1137,6 +1137,9 @@ identification from `freedesktop.org os-release
pprint pprint
------ ------
:func:`pprint.pprint` now accepts a new ``underscore_numbers`` keyword argument.
(Contributed by sblondon in :issue:`42914`.)
:mod:`pprint` can now pretty-print :class:`dataclasses.dataclass` instances. :mod:`pprint` can now pretty-print :class:`dataclasses.dataclass` instances.
(Contributed by Lewis Gaul in :issue:`43080`.) (Contributed by Lewis Gaul in :issue:`43080`.)

View file

@ -1821,6 +1821,7 @@ Andi Vajda
Case Van Horsen Case Van Horsen
John Mark Vandenberg John Mark Vandenberg
Kyle VanderBeek Kyle VanderBeek
Wm. Keith van der Meulen
Eric N. Vander Weele Eric N. Vander Weele
Andrew Vant Andrew Vant
Atul Varma Atul Varma