[issue30670] pprint for dict in sorted order or insert order?

Aaron Hall report at bugs.python.org
Thu Nov 2 12:34:21 EDT 2017


Aaron Hall <aaronchall at yahoo.com> added the comment:

If/when order is guaranteed (3.7?) we should have a pprint that respects current order, 

-or-

we should get an improved pprint (maybe named pp or print?) that understands mappings and other abstract data types.

I had a conversation about pprint at the Python meetup last night. It kinda went like this: https://www.youtube.com/watch?v=NpYEJx7PkWE 

Maybe now's the time for improved behavior?

----------
nosy: +Aaron Hall

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30670>
_______________________________________


More information about the Python-bugs-list mailing list