[issue14455] plistlib unable to read json and binary plist files

Ronald Oussoren report at bugs.python.org
Mon Jul 1 16:18:08 CEST 2013


Ronald Oussoren added the comment:

I've attached a slightly updated version of the patch. The documentation now lists dump and load as the primary API, with the old API as a deprecated alternative.

The code hasn't been changed to relect this yet, but does contain a number of tweaks and bugfixes (and a new testcase that ensures that decoding UTF-16 and UTF-32 files actually works, after testing that those encodings are supported by Apple's tools).

NOTE: no review of this version is needed, I'm mostly posting as backup.

----------
Added file: http://bugs.python.org/file30740/issue-14455-v6.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14455>
_______________________________________


More information about the Python-bugs-list mailing list