[issue26707] plistlib fails to parse bplist with 0x80 UID values

Jon Janzen report at bugs.python.org
Mon Mar 5 10:55:52 EST 2018


Jon Janzen <jjjonjanzen at gmail.com> added the comment:

@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)}

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26707>
_______________________________________


More information about the Python-bugs-list mailing list