[issue42095] plistlib: Add tests that compare with plutil(1)

Ronald Oussoren report at bugs.python.org
Tue Oct 20 03:24:21 EDT 2020


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
components: Library (Lib), macOS
keywords: easy
messages: 379094
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: plistlib: Add tests that compare with plutil(1)
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42095>
_______________________________________


More information about the Python-bugs-list mailing list