Skip to content

v0.2.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 30 Sep 13:52
· 54 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.