summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-03-14-21-47-28.bpo-42914.9U1o33.rst
blob: ae6ef2f0bfa424be3f02a8e6399e0b782a7efe62 (plain)
1
2
3
:func:`pprint.pprint` gains a new boolean ``underscore_numbers`` optional
argument to emit integers with thousands separated by an underscore character
for improved readability (for example ``1_000_000`` instead of ``1000000``).