This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients AlexWaygood, ajaksu2, david-peled, joshinsel, rhettinger
Date 2021-12-16.10:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639648831.13.0.0193957467912.issue45959@roundup.psfhosted.org>
In-reply-to
Content
I have tried to add this. The PR adds:
- PrettyPrinter._pprint_dict_view to handle dict_keys and dict_values (sorted with _safe_key).
= PrettyPrinter._pprint_dict_items_view to handle dict_items (sorted using _safe_tuple).
- Tests.

Would a NEWS entry or other form of documentation be necessary?
History
Date User Action Args
2021-12-16 10:00:31ajaksu2setrecipients: + ajaksu2, rhettinger, AlexWaygood, david-peled, joshinsel
2021-12-16 10:00:31ajaksu2setmessageid: <1639648831.13.0.0193957467912.issue45959@roundup.psfhosted.org>
2021-12-16 10:00:31ajaksu2linkissue45959 messages
2021-12-16 10:00:31ajaksu2create