{{ message }}
bpo-30670: Add pp function to the pprint module#11769
Merged
rhettinger merged 10 commits intoMar 22, 2019
Merged
Conversation
Add sort_dicts to pprint.PrettyPrinter, pprint.pformat and pprint.pprint
added 2 commits
February 6, 2019 12:16
eamanu
reviewed
Feb 6, 2019
eamanu
reviewed
Feb 6, 2019
eamanu
approved these changes
Feb 6, 2019
eamanu
left a comment
Contributor
There was a problem hiding this comment.
I test the behavior (ubuntu 18.04) and this PR accomplish with the bpo. IMO, after solve the Travis CI error this should be ready for merge. Before be review by a core dev :-)
Sorry, something went wrong.
eamanu
reviewed
Feb 7, 2019
ewjoachim
approved these changes
Feb 8, 2019
vadmium
reviewed
Feb 11, 2019
* Add "pp" to __all__ * Drop mention of alphabetical sorting. It is just plain sorting (i.e. dict with integer keys get sorted as well). * Fix spelling of "parameter"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Add sort_dicts to pprint.PrettyPrinter, pprint.pformat and pprint.pprint
https://bugs.python.org/issue30670