commit | 3ba3d513b1e3c63d09cb798b982a9e6c369cea4c | [log] [tgz] |
---|---|---|
author | sblondon <sblondon@users.noreply.github.com> | Wed Mar 24 09:23:20 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Mar 24 01:23:20 2021 -0700 |
tree | 22b40601f7e0464896a42a82bf7146b943830866 | |
parent | a02683ac38183fa3a45c32319dfd329c5e622f0e [diff] |
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).