diff options
author | Wm. Keith van der Meulen <keith@wkeithvan.com> | 2021-06-03 03:45:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 03:45:34 (GMT) |
commit | 4846ea95d1a121df5e8081e2a290f63d1419cad8 (patch) | |
tree | 30da4846d1a2cd4178486d8e1f3f779e691b8d5d | |
parent | e60ab843cbb016fb6ff8b4f418641ac05a9b2fcc (diff) | |
download | cpython-4846ea95d1a121df5e8081e2a290f63d1419cad8.zip cpython-4846ea95d1a121df5e8081e2a290f63d1419cad8.tar.gz cpython-4846ea95d1a121df5e8081e2a290f63d1419cad8.tar.bz2 |
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
-rw-r--r-- | Doc/whatsnew/3.10.rst | 3 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 5b5903c..92247e1 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1137,6 +1137,9 @@ identification from `freedesktop.org os-release 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. (Contributed by Lewis Gaul in :issue:`43080`.) @@ -1821,6 +1821,7 @@ Andi Vajda Case Van Horsen John Mark Vandenberg Kyle VanderBeek +Wm. Keith van der Meulen Eric N. Vander Weele Andrew Vant Atul Varma |