[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-30670: Add pp function to the pprint module by remilapeyre · Pull Request #11769 · python/cpython

the-knights-who-say-ni

Add sort_dicts to pprint.PrettyPrinter, pprint.pformat and pprint.pprint

Rémi Lapeyre added 2 commits

February 6, 2019 12:16

Rémi Lapeyre added 3 commits

February 6, 2019 14:44

Rémi Lapeyre added 2 commits

February 11, 2019 10:07

* 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"