]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14455: plistlib now supports binary plists and has an updated API.
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 21 Nov 2013 14:46:49 +0000 (15:46 +0100)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 21 Nov 2013 14:46:49 +0000 (15:46 +0100)
commitc5cf7973422dce0ed59849aaf2d708d4c6b7320d
tree5d34eeec1f0af4bd2805464b305e18d27af63ca9
parent8455723cfb0cdb0fc8d908210fa21b63b9d09a2b
Issue #14455: plistlib now supports binary plists and has an updated API.

This patch adds support for binary plists on OSX to plistlib (based
on a patch by 'dpounces').

The patch also cleans up the API for the plistlib module.
Doc/library/plistlib.rst
Lib/plistlib.py
Lib/test/test_plistlib.py
Mac/Tools/plistlib_generate_testdata.py [new file with mode: 0644]
Misc/NEWS