Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-45557: Fix underscore_numbers in pprint.pprint().#29129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ericvsmith commentedOct 21, 2021
There's no test for this, because in general the pprint module doesn't test |
ericvsmith commentedOct 21, 2021
I createdhttps://bugs.python.org/issue45559 for testing |
miss-islington commentedOct 21, 2021
Thanks@ericvsmith for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
(cherry picked from commit087f089)Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
bedevere-bot commentedOct 21, 2021
GH-29133 is a backport of this pull request to the3.10 branch. |
Uh oh!
There was an error while loading.Please reload this page.
pprint.pprint() always passes
underscore_numbers=Falseto pformat(), it should useunderscore_numbers=underscore_numbers.https://bugs.python.org/issue45557