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 bigfootjon
Recipients SilentGhost, bigfootjon, ronaldoussoren, serhiy.storchaka, slo.sleuth
Date 2018-03-05.15:55:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520265352.39.0.467229070634.issue26707@psf.upfronthosting.co.za>
In-reply-to
Content
@serhiy.storchaka: I've implemented a UID wrapper class

I've also updated the parser and writer classes to support the UID wrapper. The implementations for reading/writing XML UID tags match the implementations given by Apple's plutil distributed with macOS:

UID(x) becomes {'CF$UID': int(x)}
History
Date User Action Args
2018-03-05 15:55:52bigfootjonsetrecipients: + bigfootjon, ronaldoussoren, SilentGhost, serhiy.storchaka, slo.sleuth
2018-03-05 15:55:52bigfootjonsetmessageid: <1520265352.39.0.467229070634.issue26707@psf.upfronthosting.co.za>
2018-03-05 15:55:52bigfootjonlinkissue26707 messages
2018-03-05 15:55:52bigfootjoncreate