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 ezio.melotti
Recipients ajaksu2, eric.araujo, ezio.melotti, georg.brandl, jackjansen, jvr, mher, ned.deily, ronaldoussoren
Date 2011-04-11.04:12:11
SpamBayes Score 0.00063118397
Marked as misclassified No
Message-id <1302495132.04.0.58532456055.issue775321@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this behavior is documented[0]:
"""
The XML data is parsed using the Expat parser from xml.parsers.expat – see its documentation for possible exceptions on ill-formed XML. Unknown elements will simply be ignored by the plist parser.
"""

Since this is documented and expat only has an exception type (xml.parsers.expat.ExpatError) I don't think is necessary to do anything here.
Unless you think that the doc should be rephrased, this can be closed again.

[0]: http://docs.python.org/library/plistlib.html#plistlib.readPlist
History
Date User Action Args
2011-04-11 04:12:12ezio.melottisetrecipients: + ezio.melotti, jackjansen, georg.brandl, jvr, ronaldoussoren, ajaksu2, ned.deily, eric.araujo, mher
2011-04-11 04:12:12ezio.melottisetmessageid: <1302495132.04.0.58532456055.issue775321@psf.upfronthosting.co.za>
2011-04-11 04:12:11ezio.melottilinkissue775321 messages
2011-04-11 04:12:11ezio.melotticreate