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 iritkatriel
Recipients Nicolas Hug, iritkatriel, serhiy.storchaka, xtreak
Date 2020-08-22.22:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598136692.02.0.517733106974.issue34798@roundup.psfhosted.org>
In-reply-to
Content
> At the very least it should be made clear in the documentation that dicts are not compacted.

According to https://docs.python.org/3/library/pprint.html compact impacts the way that sequences are displayed, and a dict is not a sequence.
So I'm not sure a documentation change is required.
History
Date User Action Args
2020-08-22 22:51:32iritkatrielsetrecipients: + iritkatriel, serhiy.storchaka, xtreak, Nicolas Hug
2020-08-22 22:51:32iritkatrielsetmessageid: <1598136692.02.0.517733106974.issue34798@roundup.psfhosted.org>
2020-08-22 22:51:32iritkatriellinkissue34798 messages
2020-08-22 22:51:31iritkatrielcreate