]> granicus.if.org Git - python/commit
Issue #21538: The plistlib module now supports loading of binary plist files
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 May 2014 13:13:33 +0000 (16:13 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 May 2014 13:13:33 +0000 (16:13 +0300)
commit065266450ea5519a43bcc199e48d304f1e7038e8
treeb88904805e57b2a8ff92093e67c3684cebbf7ab2
parentf01fffedd1e0ee29c4535e9b10e39c3654f159d7
Issue #21538: The plistlib module now supports loading of binary plist files
when reference or offset size is not a power of two.
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS