diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-03 04:05:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 04:05:41 (GMT) |
commit | 41317801a95c758c3fc04c4fb332ac453c9e3ad3 (patch) | |
tree | d7979141e1119d8bdba4560f3fd1d30bb6b251d3 /Doc/whatsnew | |
parent | 98e5a7975d99b58d511f171816ecdfb13d5cca18 (diff) | |
download | cpython-41317801a95c758c3fc04c4fb332ac453c9e3ad3.zip cpython-41317801a95c758c3fc04c4fb332ac453c9e3ad3.tar.gz cpython-41317801a95c758c3fc04c4fb332ac453c9e3ad3.tar.bz2 |
Add bpo-42914 to What's New (GH-25124)
BPO-42914 was not added to the What's New in GH-24864. This includes it in the "Improved Modules" section.
Automerge-Triggered-By: GH:gpshead
(cherry picked from commit 4846ea95d1a121df5e8081e2a290f63d1419cad8)
Co-authored-by: Wm. Keith van der Meulen <keith@wkeithvan.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 1bf4451..beaa81a 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`.) |