tommikaikkonen / prettyprinter

Syntax-highlighting, declarative and composable pretty printer for Python 3.5+
https://prettyprinter.readthedocs.io
MIT License
336 stars 20 forks source link

On Py3.6+, pprint Counters in descending count order. #51

Closed anntzer closed 5 years ago

anntzer commented 5 years ago

The Py3.6+-only part of #48. (Let's punt the refactoring of pretty_dict to pretty_dict_from_pairs to another time...)

tommikaikkonen commented 5 years ago

Thanks!