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 MLModel
Recipients MLModel, loewis, ronaldoussoren
Date 2010-12-18.22:14:45
SpamBayes Score 4.2708817e-07
Marked as misclassified No
Message-id <1292710486.85.0.88900963028.issue10733@psf.upfronthosting.co.za>
In-reply-to
Content
I can see where that does make it tricky. (I also tried reading the plist after opening the file as binary, but no luck.) The problem here, of course, is that the only reason for the existence of this library is to read Apple's plist files, however XML-invalid some may be. (It is only a small number of my very many .plist files that have invalid characters -- I just happened to pick one of them to try to access in order to print a simple summary of its contents.) I guess since the plist is read using xml.parsers.expat, there's not much that can be done, and it wouldn't be worth anyone's time to hack around this for plistlib, especially since nearly all .plist files appear to be conforming. Thanks for the clarification.
History
Date User Action Args
2010-12-18 22:14:46MLModelsetrecipients: + MLModel, loewis, ronaldoussoren
2010-12-18 22:14:46MLModelsetmessageid: <1292710486.85.0.88900963028.issue10733@psf.upfronthosting.co.za>
2010-12-18 22:14:45MLModellinkissue10733 messages
2010-12-18 22:14:45MLModelcreate