mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
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:
parent
e60ab843cb
commit
4846ea95d1
2 changed files with 4 additions and 0 deletions
|
|
@ -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`.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue