[issue18168] plistlib output self-sorted dictionary

2013-06-10 Thread halfjuice
halfjuice added the comment: Awesome. Thanks Ronald! -- ___ Python tracker <http://bugs.python.org/issue18168> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18168] plistlib output self-sorted dictionary

2013-06-08 Thread halfjuice
halfjuice added the comment: 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 w

[issue18168] plistlib output self-sorted dictionary

2013-06-07 Thread halfjuice
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

[issue10035] sgmllib fail to parse html containing

2010-10-06 Thread halfjuice
halfjuice added the comment: Sorry, the URL on the page is sort of broken. The URL contains the "" stuff. I think you're right, the <http://bugs.python.org/issue10035> ___ ___ Python-b

[issue10035] sgmllib fail to parse html containing

2010-10-05 Thread halfjuice
halfjuice added the comment: well,

[issue10035] sgmllib fail to parse html containing

2010-10-05 Thread halfjuice
New submission from halfjuice : When parsing html containing the following tag: ... ... SGMLParser will stop parse following content without any warning. When such tag is removed everything works fine. When looking into sgmllib.py, statement below found: if rawdata.startswith("&