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 adelfino
Recipients adelfino, docs@python
Date 2018-06-07.20:12:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528402376.25.0.592728768989.issue33801@psf.upfronthosting.co.za>
In-reply-to
Content
plistlib documentation says:

"The exact structure of the plist can be recovered by using collections.OrderedDict (although the order of keys shouldn't be important in plist files)"

This is no longer necessary, since dict objects preserve insertion order. PR changes this.
History
Date User Action Args
2018-06-07 20:12:56adelfinosetrecipients: + adelfino, docs@python
2018-06-07 20:12:56adelfinosetmessageid: <1528402376.25.0.592728768989.issue33801@psf.upfronthosting.co.za>
2018-06-07 20:12:56adelfinolinkissue33801 messages
2018-06-07 20:12:56adelfinocreate