This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients d9pouces, eric.araujo, jrjsmrtn, markgrandi, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka
Date 2013-06-10.09:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370855404.52.0.411922481634.issue14455@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached issue14455-v2.txt with an updated patch. The patch is still very much a work in progress, I haven't had as much time to work on this as I'd like.

This version:
* Should apply cleanly to the tip of the default branch

* Move around some code.

* Doesn't pass unit tests (most likely because I've botched the manual
  merge). The unittests also don't cover the functionality I've added.

* Adds documentation

* Adds 'skipkeys' and 'sort_keys' to the write functions (with the 
  same semantics as these keywords have with json.dump)

* Adds 'data_as_bytes' to the read functions. Then this option is true
  binary data is returned as an instance of bytes instead of plistlib.Data
  The latter is still the default.
History
Date User Action Args
2013-06-10 09:10:04ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, serhiy.storchaka, d9pouces, markgrandi
2013-06-10 09:10:04ronaldoussorensetmessageid: <1370855404.52.0.411922481634.issue14455@psf.upfronthosting.co.za>
2013-06-10 09:10:04ronaldoussorenlinkissue14455 messages
2013-06-10 09:10:00ronaldoussorencreate