[New-bugs-announce] [issue18168] plistlib output self-sorted dictionary

halfjuice report at bugs.python.org
Sat Jun 8 05:52:16 CEST 2013


New submission from halfjuice:

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.

----------
components: Library (Lib)
messages: 190792
nosy: halfjuice
priority: normal
severity: normal
status: open
title: plistlib output self-sorted dictionary
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18168>
_______________________________________


More information about the New-bugs-announce mailing list