summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-06-03 04:05:41 (GMT)
committerGitHub <noreply@github.com>2021-06-03 04:05:41 (GMT)
commit41317801a95c758c3fc04c4fb332ac453c9e3ad3 (patch)
treed7979141e1119d8bdba4560f3fd1d30bb6b251d3 /Doc/whatsnew
parent98e5a7975d99b58d511f171816ecdfb13d5cca18 (diff)
downloadcpython-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.rst3
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`.)