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 shaneg
Recipients ned.deily, ronaldoussoren, serhiy.storchaka, shaneg
Date 2019-07-14.16:10:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563120614.12.0.609607663194.issue37344@roundup.psfhosted.org>
In-reply-to
Content
This issue was created because I ran across a plist like this when parsing entitlements in an IPA.  I assume that this happened by some unusual step in the toolchain when building the application.

To some other points:
* agreed lstrip()ing just the key would not work (unfortunately I suggested this before actually coding up a workaround for my case).
* agreed that binary plists should not have any stripping.
* I have not tried testing apple tools (e.g. plutil) against XML plists with BOMs before any leading whitespace.
History
Date User Action Args
2019-07-14 16:10:14shanegsetrecipients: + shaneg, ronaldoussoren, ned.deily, serhiy.storchaka
2019-07-14 16:10:14shanegsetmessageid: <1563120614.12.0.609607663194.issue37344@roundup.psfhosted.org>
2019-07-14 16:10:14shaneglinkissue37344 messages
2019-07-14 16:10:13shanegcreate