bpo-42914: add a pprint underscore_numbers option (GH-24864)
pprint() gains a new boolean underscore_numbers kwarg to emit integers with thousands separated by an underscore character for improved readability (for example 1_000_000 instead of 1000000).
S
sblondon committed
3ba3d513b1e3c63d09cb798b982a9e6c369cea4c
Parent: a02683a
Committed by GitHub <noreply@github.com>
on 3/24/2021, 8:23:20 AM