Skip to content

v0.2.0

Choose a tag to compare

@anthrotype anthrotype released this 30 Sep 13:52
· 87 commits to master since this release
v0.2.0
d26e5b7

Implemeted an OpenStep plist writer. Added two new public functions dump and dumps: one writes to a file object, the other returns a unicode string.

The parser now attempts to cast unquoted plist strings to Python int or float, unless use_numbers=False is disabled.