[issue32196] Rewrite plistlib with functional style

Ronald Oussoren report at bugs.python.org
Sun Dec 3 06:44:06 EST 2017


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I don't have time to perform a review right now, I'm trying to get PEP 447 through review and that takes most of my available time at the moment.

I'm not convinced that the speedup of plistlib is relevant for real-world code, plist files are intended as simple configuration files and tend to contain little data and should be read/written only sporadically.

That said some people appear to abuse plistlib to process other files which are probably NSKeyedArchiver archives, and those can be a lot larger. But I'm opposed to explicitly supporting that use case, because the format of NSKeyedArchiver files is completely undocumented.

----------

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


More information about the Python-bugs-list mailing list