mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
c981ad16b0
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.