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 halfjuice
Recipients halfjuice
Date 2013-06-08.03:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370663536.42.0.663795573436.issue18168@psf.upfronthosting.co.za>
In-reply-to
Content
Even with OrderedDict, the plistlib will still output the dict in its own order. Search for sorted(d.items()) in plistlib.py and you will know why. It is certainly warm-hearted to sort this before putting it into plist file but I think sometimes we just want a customized order.
History
Date User Action Args
2013-06-08 03:52:16halfjuicesetrecipients: + halfjuice
2013-06-08 03:52:16halfjuicesetmessageid: <1370663536.42.0.663795573436.issue18168@psf.upfronthosting.co.za>
2013-06-08 03:52:16halfjuicelinkissue18168 messages
2013-06-08 03:52:16halfjuicecreate