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 d9pouces
Recipients d9pouces, eric.araujo, jrjsmrtn, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka
Date 2012-04-06.20:34:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333744469.07.0.194299819194.issue14455@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a class, BinaryPlistParser, which allow to both read and write binary files.

I've also added a parameter fmt to writePlist and readPlist, to specify the format ('json', 'xml1' or 'binary1', using XML by default). These constants are used by Apple for its plutil program.

I'm now working on integrating these three formats to the test_plistlib.py. However, the json is less expressive than the other two, since it cannot handle dates.
History
Date User Action Args
2012-04-06 20:34:29d9poucessetrecipients: + d9pouces, ronaldoussoren, ned.deily, eric.araujo, r.david.murray, jrjsmrtn, serhiy.storchaka
2012-04-06 20:34:29d9poucessetmessageid: <1333744469.07.0.194299819194.issue14455@psf.upfronthosting.co.za>
2012-04-06 20:34:28d9pouceslinkissue14455 messages
2012-04-06 20:34:28d9poucescreate