SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-26707: Enable plistlib to read UID keys. (GH-12153)

Plistlib currently throws an exception when asked to decode a valid
.plist file that was generated by Apple's NSKeyedArchiver. Specifically,
this is caused by a byte 0x80 (signifying a UID) not being understood.

This fixes the problem by enabling the binary plist reader and writer
to read and write plistlib.UID objects.
J
Jon Janzen committed
c981ad16b0f9740bd3381c96b4227a1faa1a88d9
Parent: e307e5c
Committed by Serhiy Storchaka <storchaka@gmail.com> on 5/15/2019, 8:14:38 PM