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 ned.deily, ronaldoussoren
Date 2020-10-20.07:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603178661.31.0.803001342032.issue42095@roundup.psfhosted.org>
In-reply-to
Content
plistlib is a library that reads and writes files that should be compatible with Apple tooling/libraries.

Add some tests that verify interop (when ran on macOS):
- Generate plist files with plistlib and parse with plutil
- Generate plist files with plutil and parse with plistlib

Do this both for xml and binary plist files.
History
Date User Action Args
2020-10-20 07:24:21ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2020-10-20 07:24:21ronaldoussorensetmessageid: <1603178661.31.0.803001342032.issue42095@roundup.psfhosted.org>
2020-10-20 07:24:21ronaldoussorenlinkissue42095 messages
2020-10-20 07:24:21ronaldoussorencreate