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, hynek, mher, ned.deily, ronaldoussoren
Date 2013-06-09.06:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370757793.36.0.330870555694.issue18168@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for giving out docs and start a detail discussion on this Mher!

Sorry I'm not familiar with Apple plist tool (I'm using cocos2d-x on win32 for the moment...) Are you saying that plutil is used everytime we output a valid plist?

Another thing is whether the example in [1] is valid or not? If it is, I think we should provide unordered functionality.

The OrderedDict is subclass of dict and thus is acceptable as plistlib input. Actually when I remove the line for sort, the plist output as expected (with not order).
History
Date User Action Args
2013-06-09 06:03:13halfjuicesetrecipients: + halfjuice, ronaldoussoren, ned.deily, mher, hynek
2013-06-09 06:03:13halfjuicesetmessageid: <1370757793.36.0.330870555694.issue18168@psf.upfronthosting.co.za>
2013-06-09 06:03:13halfjuicelinkissue18168 messages
2013-06-09 06:03:13halfjuicecreate